Changes between Version 7 and Version 8 of CompileOnWindows


Ignore:
Timestamp:
Mar 13, 2009, 6:43:10 AM (15 years ago)
Author:
neteler
Comment:

testers needed

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v7 v8  
    3232=== Compiling and Installing PROJ4 ===
    3333
    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 install
    37 
    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
    3939
    4040=== Compiling and Installing GDAL ===
    4141
    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
    4647
    4748=== Compiling and Installing GRASS (6.4.0) ===
    4849
    49  * Download the GRASS source 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)
    5152
    5253To compile, type in MSYS console:
     
    5455{{{
    5556# Note: this needs to be updated, see also grass64/mswindows/osgeo4w/package.sh
    56 cd /usr/local/src/grass-6.4.0
     57cd /usr/local/src/grass-6.4.svn_src_snapshot_2009_03_07
    5758./configure \
    5859--prefix=/usr/local \