From 20a3629024a078f05fdcf45e8956f252d24d7aac Mon Sep 17 00:00:00 2001 From: jnachtigall Date: Mon, 13 Mar 2017 10:35:21 +0100 Subject: [PATCH] Added libgeos dependencies to README Update the docs. With the libgeos packages I had the problem: ``` # cmake .. ... CMake Warning at cmake/FindOsmium.cmake:163 (message): Osmium: GEOS library is required but not found, please install it or configure the paths. Call Stack (most recent call first): CMakeLists.txt:95 (find_package) CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message): Could NOT find Osmium (missing: GEOS_INCLUDE_DIR GEOS_LIBRARY) Call Stack (most recent call first): /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE) cmake/FindOsmium.cmake:262 (find_package_handle_standard_args) CMakeLists.txt:95 (find_package) -- Configuring incomplete, errors occurred! ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c74b3282..ede112b6c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ On a Debian or Ubuntu system, this can be done with: ```sh sudo apt-get install make cmake g++ libboost-dev libboost-system-dev \ libboost-filesystem-dev libexpat1-dev zlib1g-dev \ - libbz2-dev libpq-dev libproj-dev lua5.2 liblua5.2-dev + libbz2-dev libpq-dev libproj-dev lua5.2 liblua5.2-dev libgeos-dev libgeos++-dev ``` On a Fedora system, use