[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
alex85k
notifications at github.com
Sun Oct 25 07:09:27 UTC 2015
> ```
>
> To install on a Fedora system, use
>
> ```sh
> -sudo yum install gcc-c++ automake libtool pkgconfig boost-devel \
> - expat-devel bzip2-devel postgresql-devel geos-devel proj-devel \
> - lua-devel
> +sudo yum install gcc-c++ cmake boost-devel lua-devel expat-devel \
> + bzip2-devel postgresql-devel geos-devel proj-devel zlib-devel proj-epsg
> +```
> +
> +On RedHat / CentOS some packages are places in EPEL repositories:
> +
> +```sh
> +sudo yum install epel-release
> +sudo yum install geos-devel proj-devel proj-epsg
> +```
> +
> +If the default version of PostgreSQL is too old, the official RPM repository
It has postgresql 9.2 that should be enough to build client, but Proj and Geos are only available via epel. For testing user also had to install posgis from somewhere.
You think that mentioning yum.postgresql.org would be enough?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42941927
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151025/4e4a07a5/attachment.html>
More information about the Tile-serving
mailing list