changeset 95:38cec25e5f36 gmap2

Update documentation.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Oct 2011 02:30:12 +0300
parents 887eef05e215
children 1b637dd0b944
files README
diffstat 1 files changed, 7 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Oct 16 02:24:22 2011 +0300
+++ b/README	Sun Oct 16 02:30:12 2011 +0300
@@ -6,10 +6,13 @@
 (- MySQL )
  - A sane and working /bin/sh (bash, for example)
  - 'convert' utility of ImageMagick or GraphicsMagick.
- - Pupunen Maputils (http://pupunen.net/hg/maputils/)
-   Actually we need only mkloc utility and the map location data
-   from there, but it is easiest to clone the whole repository.
-   Read the README there for additional requirements.
+ - Mercurial (Hg) DVCS.
+ - Pupunen Maputils (http://pupunen.net/hg/maputils/) and
+   th-libs utility library (http://tnsp.org/hg/th-libs/)
+
+   NOTICE! Running "makegmaps.php" will automatically
+   fetch maputils and th-libs, assuming you have Mercurial
+   installed.
 
 
 Steps for producing your own fancy Google Maps -style BatMap:
@@ -27,10 +30,6 @@
   $db_database = "map";
 ?>
 
-3. Get and compile Pupunen Maputils, if you already haven't:
-
-   $ hg clone http://pupunen.net/hg/maputils/ tools/maputils
-
 3. Run tools/makegmaps.php:
 
    $ cd tools