Changes between Version 370 and Version 371 of CompileOnWindows
- Timestamp:
- 09/22/21 11:27:48 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v370 v371 93 93 {{{ 94 94 cd /usr/src 95 git clone https://github.com/OSGeo/grass grass _master96 }}} 97 98 2. Switch to GRASS GIS source code directory (in our case `grass _trunk`) and run `package.sh` compilation script:99 100 {{{ 101 cd grass _master95 git clone https://github.com/OSGeo/grass grass 96 }}} 97 98 2. Switch to GRASS GIS source code directory (in our case `grass`) and run `package.sh` compilation script: 99 100 {{{ 101 cd grass 102 102 103 103 # for release builds on 32bit … … 116 116 3. Check {{{error.log}}} for any error messages and {{{mswindows/osgeo4w/package.log}}} if you're having problems. 117 117 118 GRASS GIS should now be installed in {{{c:\osgeo4w\apps\grass\grass- 7.7.svn}}}.118 GRASS GIS should now be installed in {{{c:\osgeo4w\apps\grass\grass-8.x.dev}}. 119 119 120 120 === Usage ===