Changes between Version 6 and Version 7 of pkg-grass


Ignore:
Timestamp:
Jan 23, 2009, 5:37:22 AM (15 years ago)
Author:
neteler
Comment:

added packaging steps from Juergen

Legend:

Unmodified
Added
Removed
Modified
  • pkg-grass

    v6 v7  
    2727
    2828 * Compile guide used: http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html (requires updates, better move here)
     29 * Steps:
     30  * compile GRASS in a way that it fits in the OSGeo4W directory hierarchy
     31  * package in a tar.bz2 file
     32  * write/update "setup.hint" which describes the package and defines the dependencies on other OSGeo4W packages
     33  * 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.
    2934 * Depends on the MSYS package for command line operations, because GRASS 6 uses unix shell scripts (GRASS 7 uses Python)
    3035 * WinGRASS is built with MSYS/MinGW.  The libraries used to link to the VC++ built GDAL & friends is in the mingw-libs package.