Changes between Version 89 and Version 90 of pkg-grass


Ignore:
Timestamp:
Aug 1, 2013, 3:58:30 AM (11 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-grass

    v89 v90  
    8686 * Steps:
    8787  * compile GRASS in a way that it fits in the OSGeo4W directory hierarchy.[[BR]]Example: [http://trac.osgeo.org/grass/browser/grass/branches/develbranch_6/mswindows/osgeo4w/package.sh]
    88   * package is created in `mswindows\osgeo4w\package`
    89   * if needed, write/update "etc/postinstall/$paketname.bat"  which is executed after extraction of the package during installation to define menu stuff and link on user desktop.
     88  * OSGeo4W package is created in `mswindows\osgeo4w\package`
    9089 * Depends on the MSYS package for command line operations, because GRASS 6 uses unix shell scripts (GRASS 7 uses Python and so no UNIX compatibility is needed at run time [but build scripts still require GNU tools like awk, sed, etc.])
    9190 * WinGRASS is built with MSYS/MinGW.  The libraries used to link to the VC++ built GDAL & friends is in the mingw-libs package (copies of the libraries: ''foo''{{{.lib}}} renamed to {{{lib}}}''foo''{{{.a}}}).