Changes between Version 6 and Version 7 of pkg-grass
- Timestamp:
- 01/23/09 05:37:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-grass
v6 v7 27 27 28 28 * 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. 29 34 * Depends on the MSYS package for command line operations, because GRASS 6 uses unix shell scripts (GRASS 7 uses Python) 30 35 * WinGRASS is built with MSYS/MinGW. The libraries used to link to the VC++ built GDAL & friends is in the mingw-libs package.