We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d5f02 commit bbbc228Copy full SHA for bbbc228
README.md
@@ -106,15 +106,6 @@ apk --update-cache add cmake make g++ boost-dev expat-dev \
106
bzip2-dev zlib-dev libpq proj-dev lua5.3-dev
107
```
108
109
-Due to Lua installation details, CMake only detects some of the
110
-required Lua paths on Alpine, but not the library.
111
-This can be resolved by setting the `LUA_DIR` environment variable,
112
-or you can modify `CMAKE_PREFIX_PATH` as mentioned below.
113
-
114
-```sh
115
-export LUA_DIR=<path> # Defaults to /usr/lib/lua5.3/
116
-```
117
118
Once dependencies are installed, use CMake to build the Makefiles in a separate
119
folder:
120
0 commit comments