Changes between Version 117 and Version 118 of UsersWikiWinCompile


Ignore:
Timestamp:
May 10, 2010, 12:11:24 PM (14 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v117 v118  
    145145Download latest [http://www.postgresql.org/ftp/source/ PostgreSQL source] and untar in C:\thesrc
    146146{{{
    147 # tar xvfz postgresql-8.4.1.tar.gz
    148 # cd postgresql-8.4.1
     147# tar xvfz postgresql-8.4.3.tar.gz
     148# cd postgresql-8.4.3
    149149# ./configure --prefix=/c/postgres
    150150# make
     
    183183== 10. Compiling GEOS ==
    184184
    185 Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.1.1.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 .
    186 {{{
    187 # bzip2 -d -c geos-svn.tar.bz2 | tar xvf -
     185Download latest GEOS source from http://trac.osgeo.org/geos/ either the http://download.osgeo.org/geos/geos-3.2.1.tar.bz2 or http://download.osgeo.org/geos/geos-svn.tar.bz2 .
     186{{{
     187# bzip2 -d -c geos-3.2.1.tar.bz2 | tar xvf -
    188188# ./configure --prefix=/c/postgres
    189189# make
     
    192192To strip all the debug info weight from the libgeos DLL files, run
    193193{{{
    194 # strip /c/postgres/bin/libgeos-3-2-0.dll
     194# strip /c/postgres/bin/libgeos-3-2-1.dll
    195195}}}
    196196
     
    221221Download [http://trac.osgeo.org/proj/ the latest Proj4] from the web site, and the datum shifts grid file.
    222222
    223  * http://download.osgeo.org/proj/proj-4.6.1.tar.gz
     223 * http://download.osgeo.org/proj/proj-4.7.0.tar.gz
    224224 * http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    225225
     
    227227
    228228{{{
    229 # tar xvfz proj-4.6.1.tar.gz
    230 # cd proj-4.6.1
     229# tar xvfz proj-4.7.9.tar.gz
     230# cd proj-4.7.0
    231231# cd nad
    232232# unzip ../../proj-datumgrid-1.5.zip