Changes between Version 2 and Version 3 of CompileOnWindows
- Timestamp:
- 03/10/09 22:42:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v2 v3 157 157 }}} 158 158 159 Currently r.li.* cannot be compiled on Windows. 160 159 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. 160 162 … … 167 169 The startup grass64.bat file should be in c:\msys\local\bin\grass64.bat 168 170 171 172 If using the grass64.sh instead, add to that file: 173 {{{ 174 # Set the PYTHONPATH 175 PYTHONPATH="$GISBASE/etc/python:$PYTHONPATH" 176 }}} 169 177 170 178 See also: grass64/mswindows/osgeo4w/package.sh for a scripted approach in the OSGeo4W environment.