Changes between Version 89 and Version 90 of CompileOnWindows


Ignore:
Timestamp:
Jul 11, 2009, 12:58:35 AM (15 years ago)
Author:
martinl
Comment:

simplify

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v89 v90  
    1061062. Unpack to c:\osgeo4w\usr\src
    107107
    108 3. Open c:\osgeo4w\usr\src\grass64\mswindows\osgeo4w\package.sh and at line 12, change:
    109 {{{
    110 --with-libs="/c/OSGeo4W/lib /c/MinGW/lib" \
    111 --with-includes="/c/OSGeo4W/include /c/MinGW/include" \
    112 }}}
    113 To:
    114 {{{
    115 --with-libs=/c/OSGeo4W/lib \
    116 --with-includes=/c/OSGeo4W/include \
    117 }}}
    118 4. To compile, type in MSYS console:
     1083. To compile, type in MSYS console:
    119109{{{
    120110export PATH="/osgeo4w/bin:$PATH"
     
    123113}}}
    124114
    125 5. Check error.log for any error messages and package.log if you're having problems.
     1154. Check error.log for any error messages and package.log if you're having problems.
    126116
    127117GRASS should now be installed in c:\osgeo4w\apps\grass-6.4.0\