Changes between Version 103 and Version 104 of UsersWikiWinCompile


Ignore:
Timestamp:
Dec 9, 2009, 1:48:01 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v103 v104  
    1010Msys: c:\msys[[BR]]
    1111sources c:\thesrc[[BR]]
    12 installdirectory for postgresql: c:\postgresql
     12installdirectory for postgresql: c:\postgres
    1313
    1414== Useful Utilities ==
     
    280280# cd postgis-1.4.1
    281281# ./configure \
    282       --prefix=/c/postgresql \
    283       --with-pgconfig=/c/postgresql/bin/pg_config \
    284       --with-geosconfig=/c/postgresql/bin/geos-config \
    285       --with-projdir=/c/postgresql \
     282      --prefix=/c/postgres \
     283      --with-pgconfig=/c/postgres/bin/pg_config \
     284      --with-geosconfig=/c/postgres/bin/geos-config \
     285      --with-projdir=/c/postgres \
    286286      --with-gui
    287287# export PATH=/c/postgres/bin:$PATH
     
    303303
    304304 1. Copy the following files into your Windows PostgreSQL lib folder
    305    * C:\postgresql\lib\postgis-1.4.dll
     305   * C:\postgres\lib\postgis-1.4.dll
    306306 2. Copy the following files into your Windows PostgreSQL bin folder.
    307    * C:\postgresql\bin\libgeos-3-1-1.dll
    308    * C:\postgresql\bin\libgeos_c-1.dll
    309    * C:\postgresql\bin\libproj.dll,
    310    * C:\postgresql\bin\libiconv-2.dll
    311    * C:\postgresql\bin\shp2pgsql.exe
    312    * C:\postgresql\bin\pgsql2shp.exe
     307   * C:\postgres\bin\libgeos-3-1-1.dll
     308   * C:\postgres\bin\libgeos_c-1.dll
     309   * C:\postgres\bin\libproj.dll,
     310   * C:\postgres\bin\libiconv-2.dll
     311   * C:\postgres\bin\shp2pgsql.exe
     312   * C:\postgres\bin\pgsql2shp.exe
    313313 3. Copy the proj datum shift files to the PostgreSQL share/contrib/postgis/proj
    314314 4. Open PGAdmin and make a new database without any template
    315315 5. Open a new query-window to your new database
    316  6. Run postgis.sql and spatial_ref_sys.sql from C:\postgresql\share\contrib\
     316 6. Run postgis.sql and spatial_ref_sys.sql from C:\postgres\share\contrib\
    317317
    318318Hopefully you now have a database running your recently compiled postgis.