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.
2 parents fd9c0c3 + d719053 commit 8f809c7Copy full SHA for 8f809c7
2 files changed
README.md
@@ -99,6 +99,13 @@ pkg install devel/cmake devel/boost-libs textproc/expat2 \
99
databases/postgresql94-client graphics/proj lang/lua52
100
```
101
102
+On Alpine, use
103
+
104
+```sh
105
+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
Once dependencies are installed, use CMake to build the Makefiles in a separate
110
folder:
111
cmake/FindLua.cmake
@@ -114,7 +114,7 @@ find_library(LUA_LIBRARY
114
NAMES ${_lua_library_names} lua
115
HINTS
116
ENV LUA_DIR
117
- PATH_SUFFIXES lib
+ PATH_SUFFIXES lib ${_lua_library_names}
118
PATHS
119
~/Library/Frameworks
120
/Library/Frameworks
0 commit comments