[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
Rolf Eike Beer
notifications at github.com
Sun Oct 18 07:55:35 UTC 2015
> @@ -48,7 +48,7 @@ Both GCC 4.8 and Clang 3.4 meet this requirement.
> To install on a Debian or Ubuntu system, first install the prerequisites:
>
> ```sh
> -sudo apt-get install autoconf automake libtool make g++ pkg-config libboost-dev \
> +sudo apt-get install make cmake g++ pkg-config libboost-dev \
The Find* CMake modules can use pkg-config to figure out where the stuff is. None of the modules used here does this (yet). So either way is fine, with or without pkg-config, but it should be consistent between the different platforms IMHO.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42318310
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151018/3963bbdd/attachment-0001.html>
More information about the Tile-serving
mailing list