Changes between Version 370 and Version 371 of CompileOnWindows


Ignore:
Timestamp:
Sep 22, 2021, 11:27:48 AM (3 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v370 v371  
    9393{{{
    9494cd /usr/src
    95 git clone https://github.com/OSGeo/grass grass_master
    96 }}}
    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_master
     95git clone https://github.com/OSGeo/grass grass
     96}}}
     97
     982. Switch to GRASS GIS source code directory (in our case `grass`) and run `package.sh` compilation script:
     99
     100{{{
     101cd grass
    102102
    103103# for release builds on 32bit
     
    1161163. Check {{{error.log}}} for any error messages and {{{mswindows/osgeo4w/package.log}}} if you're having problems.
    117117
    118 GRASS GIS should now be installed in {{{c:\osgeo4w\apps\grass\grass-7.7.svn}}}.
     118GRASS GIS should now be installed in {{{c:\osgeo4w\apps\grass\grass-8.x.dev}}.
    119119
    120120=== Usage ===