Changes between Version 129 and Version 130 of CompileOnWindows
- Timestamp:
- 01/17/10 06:34:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v129 v130 266 266 1. Copy all the content of the {{{mswindows}}} directory to a temporary directory, for example {{{c:\temp}}}. 267 267 268 2. Edit lines 11-15 in the file {{{c:\temp\GRASS-Packager.bat}}} to reflect the paths to your OSGeo4W tree (eg. {{{c:\OSGeo4W}}}) and the GRASS version being packaged (eg. {{{grass-6.4.0}}}). 268 2. Edit file {{{c:\temp\GRASS-Packager.bat}}} to reflect the paths to your OSGeo4W tree and the GRASS version being packaged. Default settings is: 269 270 {{{ 271 set OSGEO4W_DIR=c:\osgeo4w 272 273 set GRASS_65_DEV_INSTALL_FOLDER=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn 274 }}} 269 275 270 276 3. Launch the file {{{c:\temp\GRASS-Packager.bat}}} and select version to be packaged.