Changes between Version 89 and Version 90 of pkg-grass
- Timestamp:
- 08/01/13 03:58:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-grass
v89 v90 86 86 * Steps: 87 87 * 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` 90 89 * 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.]) 91 90 * 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}}}).