Changes between Version 7 and Version 8 of CompileOnWindows
- Timestamp:
- 03/13/09 06:43:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CompileOnWindows
v7 v8 32 32 === Compiling and Installing PROJ4 === 33 33 34 * Source Code: http://download.osgeo.org/proj/proj-4.6.1.tar.gz (Unpack to c:\msys\local\src\) 35 * Datum shift grids: http://download.osgeo.org/proj/proj-datumgrid-1.4.zip (Unpack to c:\msys\local\src\proj-4.6.0\nad\) 36 * compile and install37 38 ... ? TBD 34 ''(untested)'' 35 36 * Binaries: http://download.osgeo.org/osgeo4w/release/proj/proj-4.6.1-1.tar.bz2 37 38 Install to c:\msys 39 39 40 40 === Compiling and Installing GDAL === 41 41 42 * Source Code: http://download.osgeo.org/gdal/gdal-1.6.0.tar.gz (Unpack to c:\msys\local\src\) 43 * compile and install 44 45 ...? TBD 42 ''(untested)'' 43 44 * Binaries: http://download.osgeo.org/osgeo4w/release/gdal/gdal16/gdal16-1.6.0-8.tar.bz2 45 46 Install to c:\msys 46 47 47 48 === Compiling and Installing GRASS (6.4.0) === 48 49 49 * Download the GRASSsource code from [http://grass.osgeo.org/grass64/source/snapshot/ here].50 * Unpack to c:\msys\local\src 50 * Download the latest GRASS 6.4.0 source code from [http://grass.osgeo.org/grass64/source/snapshot/ here]. 51 * Unpack to c:\msys\local\src (create these folders first) 51 52 52 53 To compile, type in MSYS console: … … 54 55 {{{ 55 56 # Note: this needs to be updated, see also grass64/mswindows/osgeo4w/package.sh 56 cd /usr/local/src/grass-6.4. 057 cd /usr/local/src/grass-6.4.svn_src_snapshot_2009_03_07 57 58 ./configure \ 58 59 --prefix=/usr/local \