Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated alpine line deps
  • Loading branch information
iboates authored and lonvia committed Mar 4, 2024
1 parent cf66989 commit d58a6c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ pkg install devel/cmake devel/boost-libs textproc/expat2 \
On Alpine, use

```sh
apk --update-cache add cmake make g++ boost-dev expat-dev \
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 \
libpq proj-dev lua5.3-dev luajit-dev
```

Once dependencies are installed, use CMake to build the Makefiles in a separate
Expand Down

0 comments on commit d58a6c4

Please sign in to comment.