Changes between Version 63 and Version 64 of UsersWikiWinCompile


Ignore:
Timestamp:
Jul 26, 2009, 2:50:25 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v63 v64  
    204204
    205205'''13. Compiling PostGIS SVN 1.4 (without shp2pgql-gui)'''  (if you want to install with the GUI you need GTK [UsersWikiWinCompileWithgui Install GTK and PostGIS 1.4 with GUI])
    206        1. Download postgis.refractions.net/download/postgis-1.4.0SVN.tar.gz and put in C:/thesrc
     206       1. Download postgis.refractions.net/download/postgis-1.4.0.tar.gz and put in C:/thesrc
    207207       2. ''cd /c/thesrc''
    208        3. ''gzip -d -c postgis-1.4.0SVN.tar.gz | tar xvf -''
    209        4. ''cd postgis-svn''
     208       3. ''gzip -d -c postgis-1.4.0.tar.gz | tar xvf -''
     209       4. ''cd postgis-1.4.0''
    210210       5. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql''
    211        6. ''make clean && make''
    212        7. ''make install''
    213        8. ''make check'' [UsersWikiMakeCheckConsiderations Make Check gotchas]
     211       6.  export PATH"/c/postgres/bin:$PATH"
     212       7. ''make clean && make''
     213       8. ''make install''
     214       9. ''make check'' [UsersWikiMakeCheckConsiderations Make Check gotchas]
    214215
    215216'''14. To use your new postgis'''