Skip to content

Commit bbbc228

Browse files
committed
Drop Alpine specific LUA_DIR
1 parent e9d5f02 commit bbbc228

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ apk --update-cache add cmake make g++ boost-dev expat-dev \
106106
bzip2-dev zlib-dev libpq proj-dev lua5.3-dev
107107
```
108108

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-
118109
Once dependencies are installed, use CMake to build the Makefiles in a separate
119110
folder:
120111

0 commit comments

Comments
 (0)