Changes between Version 62 and Version 63 of UsersWikiWinCompile


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

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v62 v63  
    215215'''14. To use your new postgis'''
    216216       1. copy postgis-1.4.dll from C:\postgresql\lib to your windows PostgreSQL lib folder
    217        2. copy C:\postgresql\bin\libgeos-3-1-0.dll and libgeos_c-1.dll to your PostgreSQL bin folder
    218        3. open PGAdmin and make a new database without any template
    219        4. open a new query-window to your new database
    220        5. run postgis.sql and spatial_ref_sys.sql from C:\postgresql\share\contrib\
     217       2. copy C:\postgresql\bin\libgeos-3-1-1.dll,libgeos_c-1.dll, libproj.dll, libiconv-2.dll (depending on which version it could be libiconv-2.dll or libiconv.dll), shp2pgsql.exe, pgsql2shp.exe to your PostgreSQL bin folder
     218       3. copy the proj datum shift files to share/contrib/postgis/proj
     219       4. open PGAdmin and make a new database without any template
     220       5. open a new query-window to your new database
     221       6. run postgis.sql and spatial_ref_sys.sql from C:\postgresql\share\contrib\
    221222
    222223Hopefully you now have a database running your recently compiled postgis.