Changes between Version 37 and Version 38 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Feb 8, 2012, 8:41:37 AM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v37 v38  
    192192}}}
    193193
    194 Copy the dlls to your postgresql lib directory (from /c/projects/geos/rel-3.3.2/bin to /c/projects/pg/pg90/lib).
     194Copy the dlls to your postgresql bin directory (from /c/projects/geos/rel-3.3.2/bin to /c/projects/pg/pg90/bin).
    195195
    196196=== GEOS 3.3 ===
     
    234234 unzip ../../proj-datumgrid-1.5.zip
    235235 cd ..
    236  ./configure --prefix=/c/postgres --enable-shared --disable-static
     236 ./configure --prefix=/c/projects/pg/pg90/bin --enable-shared --disable-static
    237237 make
    238238 make install