Skip to content

Commit

Permalink
Update dependency lists for linux distros in README.md
Browse files Browse the repository at this point in the history
Fixes #2126
  • Loading branch information
joto committed Jan 28, 2024
1 parent 6375e05 commit bcf61b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ sudo apt-get install make cmake g++ libboost-dev libboost-system-dev \
On a Fedora system, use

```sh
sudo dnf install cmake make gcc-c++ boost-devel expat-devel zlib-devel \
potrace-devel opencv-devel json-devel python3-osmium \
bzip2-devel postgresql-devel proj-devel proj-epsg lua-devel pandoc
sudo dnf install cmake make gcc-c++ libtool boost-devel bzip2-devel \
expat-devel fmt-devel json-devel libpq-devel lua-devel zlib-devel \
potrace-devel opencv-devel python3-osmium \
postgresql-devel proj-devel proj-epsg pandoc
```

On RedHat / CentOS first run `sudo yum install epel-release` then install
Expand All @@ -117,7 +118,7 @@ On Alpine, use

```sh
apk --update-cache add cmake make g++ boost-dev expat-dev \
bzip2-dev zlib-dev libpq proj-dev lua5.3-dev postgresql-dev
bzip2-dev zlib-dev libpq nlohmann-json proj-dev lua5.3-dev postgresql-dev
```

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

0 comments on commit bcf61b6

Please sign in to comment.