Changes between Version 67 and Version 68 of CompileOnWindows


Ignore:
Timestamp:
Mar 30, 2009, 11:36:47 AM (15 years ago)
Author:
cnielsen
Comment:

added without-geos (until geos-config added to osgeo4w)

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v67 v68  
    2182182. Follow the instructions above for grass-6.4.0, but change all grass64 to grass65, etc.
    219219
     220nb. To update your source tree later using subversion and recompile type:
     221{{{
     222cd /osgeo4w/usr/src/grass6-devel
     223svn up
     224rm configure-stamp
     225./mswindows/osgeo4w/package.sh
     226}}}
     227
    220228=== Grass-7.0.svn (trunk) ===
    221229
     
    271279{{{
    272280--with-freetype-includes=/osgeo4w/include/freetype2 \
    273 --without-cairo
     281--without-cairo \
     282--without-geos
    274283}}}
    275284
     
    303312/osgeo4w/apps/grass/bin/grass70
    304313}}}
     314
     315nb. To update your source tree later using subversion and recompile type:
     316{{{
     317cd /osgeo4w/usr/src/grass_trunk
     318svn up
     319rm configure-stamp
     320./mswindows/osgeo4w/package.sh
     321}}}
     322
    305323
    306324== TODO ==
     
    310328  * 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].
    311329  * Preferably get cairo added to osgeo4w tree.
     330 * Add geos support for grass-7.0.svn (need geos-config file)
    312331
    313332== Building with MS Visual Studio ==