[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
Paul Norman
notifications at github.com
Sun Oct 25 23:26:39 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
If we can't condense it down I'd leave it as something like `For most uses, PostGIS will need to be installed but is not packaged on Redhat/CentOS`, adding a link as appropriate.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42952174
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151025/0d7d6f87/attachment.html>
More information about the Tile-serving
mailing list