You will need a C compiler, and the following Debian/Ubuntu packages:
zlib1g-dev libbz2-dev libarchive-dev libexpat1-dev libgd2-noxpm-dev
+ libmemcached-dev
-If you're using PostgreSQL you need to change this line in src/Makefile:
-
- DB := mysql
+Then run:
-to this:
+ make DB=mysql -C src
- DB := postgres
+or:
-Then run:
+ make DB=postgres -C src
- make -C src
+depending on whether you're using a mysql or postgres database.
Then edit settings.sh to suit your environment, and then run
gpx-import: