Changes between Version 117 and Version 118 of UsersWikiWinCompile
- Timestamp:
- 05/10/10 12:11:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v117 v118 145 145 Download latest [http://www.postgresql.org/ftp/source/ PostgreSQL source] and untar in C:\thesrc 146 146 {{{ 147 # tar xvfz postgresql-8.4. 1.tar.gz148 # cd postgresql-8.4. 1147 # tar xvfz postgresql-8.4.3.tar.gz 148 # cd postgresql-8.4.3 149 149 # ./configure --prefix=/c/postgres 150 150 # make … … 183 183 == 10. Compiling GEOS == 184 184 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 -185 Download 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 - 188 188 # ./configure --prefix=/c/postgres 189 189 # make … … 192 192 To strip all the debug info weight from the libgeos DLL files, run 193 193 {{{ 194 # strip /c/postgres/bin/libgeos-3-2- 0.dll194 # strip /c/postgres/bin/libgeos-3-2-1.dll 195 195 }}} 196 196 … … 221 221 Download [http://trac.osgeo.org/proj/ the latest Proj4] from the web site, and the datum shifts grid file. 222 222 223 * http://download.osgeo.org/proj/proj-4. 6.1.tar.gz223 * http://download.osgeo.org/proj/proj-4.7.0.tar.gz 224 224 * http://download.osgeo.org/proj/proj-datumgrid-1.5.zip 225 225 … … 227 227 228 228 {{{ 229 # tar xvfz proj-4. 6.1.tar.gz230 # cd proj-4. 6.1229 # tar xvfz proj-4.7.9.tar.gz 230 # cd proj-4.7.0 231 231 # cd nad 232 232 # unzip ../../proj-datumgrid-1.5.zip