Changes between Version 123 and Version 124 of CompileOnWindows


Ignore:
Timestamp:
Jan 16, 2010, 5:51:04 AM (14 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v123 v124  
    172172cd /osgeo4w/usr/src
    173173svn co https://svn.osgeo.org/grass/grass/branches/releasebranch_6_4/ grass64_release
     174cd /osgeo4w/usr/src/grass64_release
    174175}}}
    175176
     
    192193cd /osgeo4w/usr/src
    193194svn co https://svn.osgeo.org/grass/grass/branches/develbranch_6/ grass6_devel
     195cd /osgeo4w/usr/src/grass6_devel
    194196}}}
    195197
     
    211213cd /osgeo4w/usr/src
    212214svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk
     215cd /osgeo4w/usr/src/grass_trunk
    213216}}}
    214217
     
    231234To compile, type in MSYS console:
    232235{{{
    233 cd /osgeo4w/usr/src/grass_trunk (or cd /osgeo4w/usr/src/grass6_devel)
    234236./mswindows/osgeo4w/package.sh
    235237}}}
     
    237239To update your source tree later using subversion and recompile type:
    238240{{{
    239 cd /osgeo4w/usr/src/grass_trunk
    240241make distclean
    241242svn up