Changes between Version 92 and Version 93 of CompileOnWindows


Ignore:
Timestamp:
Aug 28, 2009, 10:02:01 PM (15 years ago)
Author:
cnielsen
Comment:

Reverted from change 90: script fails if /c/mingw doesn't exist

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v92 v93  
    1111112. Unpack to c:\osgeo4w\usr\src
    112112
    113 3. To compile, type in MSYS console:
     1133. Open c:\osgeo4w\usr\src\grass64\mswindows\osgeo4w\package.sh and at line 12, change:
     114{{{
     115--with-libs="/c/OSGeo4W/lib /c/MinGW/lib" \
     116--with-includes="/c/OSGeo4W/include /c/MinGW/include" \
     117}}}
     118To:
     119{{{
     120--with-libs=/c/OSGeo4W/lib \
     121--with-includes=/c/OSGeo4W/include \
     122}}}
     123
     1244. To compile, type in MSYS console:
    114125{{{
    115126export PATH="/osgeo4w/bin:$PATH"
     
    118129}}}
    119130
    120 4. Check error.log for any error messages and package.log if you're having problems.
     1315. Check error.log for any error messages and mswindows/osgeo4w/package.log if you're having problems.
    121132
    122133GRASS should now be installed in c:\osgeo4w\apps\grass-6.4.0\