Changes between Version 67 and Version 68 of CompileOnWindows
- Timestamp:
- 03/30/09 11:36:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v67 v68 218 218 2. Follow the instructions above for grass-6.4.0, but change all grass64 to grass65, etc. 219 219 220 nb. To update your source tree later using subversion and recompile type: 221 {{{ 222 cd /osgeo4w/usr/src/grass6-devel 223 svn up 224 rm configure-stamp 225 ./mswindows/osgeo4w/package.sh 226 }}} 227 220 228 === Grass-7.0.svn (trunk) === 221 229 … … 271 279 {{{ 272 280 --with-freetype-includes=/osgeo4w/include/freetype2 \ 273 --without-cairo 281 --without-cairo \ 282 --without-geos 274 283 }}} 275 284 … … 303 312 /osgeo4w/apps/grass/bin/grass70 304 313 }}} 314 315 nb. To update your source tree later using subversion and recompile type: 316 {{{ 317 cd /osgeo4w/usr/src/grass_trunk 318 svn up 319 rm configure-stamp 320 ./mswindows/osgeo4w/package.sh 321 }}} 322 305 323 306 324 == TODO == … … 310 328 * Possibly use these cairo binaries [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/cairo-1.6.4-2.zip deps] and [http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/cairo-dev-1.6.4-2.zip bin]. 311 329 * Preferably get cairo added to osgeo4w tree. 330 * Add geos support for grass-7.0.svn (need geos-config file) 312 331 313 332 == Building with MS Visual Studio ==