mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-28 23:23:55 +00:00
Fedora rawhide requires mapnik-static (now that it provides Mapnik v4.0.0) (#457)
It contains libraries now referenced by `pkg-config` and `mod_tile` uses only `pkg-config` for `Mapnik >= v4.0.0`.
This commit is contained in:
3
docs/build/building_on_fedora.md
vendored
3
docs/build/building_on_fedora.md
vendored
@ -28,7 +28,8 @@ sudo dnf --assumeyes --setopt=install_weak_deps=False install \
|
||||
libcurl-devel \
|
||||
libmemcached-devel \
|
||||
librados-devel \
|
||||
mapnik-devel
|
||||
mapnik-devel \
|
||||
mapnik-static
|
||||
|
||||
# Download, Build, Test & Install `mod_tile`
|
||||
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
|
||||
|
Reference in New Issue
Block a user