Changes between Version 6 and Version 7 of CompileOnWindows
- Timestamp:
- 03/13/09 06:21:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v6 v7 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\) 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 36 37 37 38 ... ? TBD … … 39 40 === Compiling and Installing GDAL === 40 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 41 45 ...? TBD 42 46 43 47 === Compiling and Installing GRASS (6.4.0) === 44 48 45 Download the GRASS source code from [http://grass.osgeo.org/grass64/source/snapshot/ here]. 46 47 Unpack to c:\msys\local\src 48 49 In MSYS console, type: 50 51 {{{ 52 # this needs to be updated, see also grass64/mswindows/osgeo4w/package.sh 49 * Download the GRASS source code from [http://grass.osgeo.org/grass64/source/snapshot/ here]. 50 * Unpack to c:\msys\local\src 51 52 To compile, type in MSYS console: 53 54 {{{ 55 # Note: this needs to be updated, see also grass64/mswindows/osgeo4w/package.sh 53 56 cd /usr/local/src/grass-6.4.0 54 57 ./configure \ … … 159 162 Currently r.li.* cannot be compiled on Windows. 160 163 161 The best way to check it, is to open c:\msys\local\src\grass-6.4.0\error.log using your favourite web client. 164 The best way to check details, is to open c:\msys\local\src\grass-6.4.0\error.log using your favourite web client/editor. 165 166 '''Installation''' 162 167 163 168 Then install GRASS: … … 167 172 Now GRASS should be installed in c:\msys\local\grass-6.4.0\ 168 173 174 '''Usage''' 175 169 176 The startup grass64.bat file should be in c:\msys\local\bin\grass64.bat 170 171 177 172 178 If using the grass64.sh instead, add to that file: