Changes between Version 11 and Version 12 of RenderingOsmDataUbuntu


Ignore:
Timestamp:
Aug 11, 2011, 1:04:01 PM (13 years ago)
Author:
dmorissette
Comment:

add missing autoconf step for mod-geocache

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmDataUbuntu

    v11 v12  
    182182 * Checkout and build source:
    183183{{{
    184   mkdir ~/src
    185   cd ~/src
    186184  svn checkout http://mod-geocache.googlecode.com/svn/trunk/ mod-geocache-svn-ro
    187185  cd mod-geocache-svn-ro/
     186  autoconf
    188187  ./configure
    189188  make
     
    195194{{{
    196195  mkdir ~/osm-demo/geocache
    197   cp ~/src/mod-geocache-svn-ro/geocache.xml ~/osm-demo/geocache/geocache-osm.xml
     196  cp ~/osm-demo/mod-geocache-svn-ro/geocache.xml ~/osm-demo/geocache/geocache-osm.xml
    198197  vi ~/osm-demo/geocache/geocache-osm.xml
    199198... make required changes to template to make it work with our installation...