Skip to content

Commit

Permalink
Update README for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm authored Jan 10, 2020
1 parent ee2d807 commit 0f83ba4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Currently, CGImap implements:
* multiple node, way and relation specific version fetches,
* relations for element (node, way, relation),
* ways for node,
* create changeset,
* update changeset,
* close changeset,
* changeset downloads,
* changeset uploads.

Expand All @@ -52,8 +55,7 @@ If you're running a Debian or Ubuntu system these can be installed
using the following command:

sudo apt-get install libxml2-dev libpqxx-dev libfcgi-dev \
libboost-dev libboost-regex-dev libboost-program-options-dev \
libboost-date-time-dev libboost-filesystem-dev \
libboost-dev libboost-program-options-dev libboost-filesystem-dev \
libboost-system-dev libboost-locale-dev libmemcached-dev \
libcrypto++-dev

Expand All @@ -67,8 +69,7 @@ with Ubuntu 18.04) - you may already have many or all of these - is:

sudo apt-get install git build-essential automake autoconf libtool

If you want to enable the experimental JSON format, then you'll also
need:
If you want to enable the OSM API JSON format, then you'll also need:

sudo apt-get install libyajl-dev

Expand All @@ -81,7 +82,7 @@ Then change to the source code directory to configure and build:

cd openstreetmap-cgimap/
./autogen.sh
./configure
./configure [--enable-yajl]
make

You should now have a "./openstreetmap-cgimap" executable in the current
Expand Down Expand Up @@ -191,3 +192,5 @@ CGImap contains code from and is partly based on the following:
by TomH.
* [GNU CGICC](http://www.gnu.org/software/cgicc/)
by Stephen F. Booth and Sebastien Diaz.
* [libxml++](https://gitlab.gnome.org/GNOME/libxmlplusplus/)
by The libxml++ development team

0 comments on commit 0f83ba4

Please sign in to comment.