Changes between Version 44 and Version 45 of UsersWikiWinCompile


Ignore:
Timestamp:
Jul 12, 2009, 10:14:08 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v44 v45  
    182182
    183183
    184 '''13. Compiling PostGIS SVN 1.4'''
     184'''13. Compiling PostGIS SVN 1.4 (without shp2pgql-gui)'''  (if you want to install with the GUI you need GTK)
    185185       1. Download postgis.refractions.net/download/postgis-1.4.0SVN.tar.gz and put in C:/thesrc
    186186       2. ''cd /c/thesrc''
     
    188188       4. ''cd postgis-svn''
    189189       5. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql''
    190        6. ''make''
     190       6. ''make clean && make''
    191191       7. ''make install''
    192 
    193 '''13. To use your new postgis'''
     192       8. ''make check''
     193
     194'''15. To use your new postgis'''
    194195       1. copy postgis-1.4.dll from C:\postgresql\lib to your windows PostgreSQL lib folder
    195196       2. copy C:\postgresql\bin\libgeos-3-1-0.dll and libgeos_c-1.dll to your PostgreSQL bin folder