We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf66989 commit d58a6c4Copy full SHA for d58a6c4
README.md
@@ -117,8 +117,9 @@ pkg install devel/cmake devel/boost-libs textproc/expat2 \
117
On Alpine, use
118
119
```sh
120
-apk --update-cache add cmake make g++ boost-dev expat-dev \
121
- bzip2-dev zlib-dev libpq nlohmann-json proj-dev lua5.3-dev postgresql-dev
+apk --update-cache add cmake make g++ nlohmann-json \
+ postgresql-dev boost-dev expat-dev bzip2-dev zlib-dev \
122
+ libpq proj-dev lua5.3-dev luajit-dev
123
```
124
125
Once dependencies are installed, use CMake to build the Makefiles in a separate
0 commit comments