Changes between Version 40 and Version 41 of pkg-grass
- Timestamp:
- 06/02/09 16:43:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-grass
v40 v41 60 60 == TODO == 61 61 62 * -62 * Test, test test! 63 63 64 64 == Errata == … … 69 69 70 70 * GRASS "monitors" are not present in this build due to an unresolved [http://article.gmane.org/gmane.comp.gis.grass.devel/18751/ problem replacing] [http://article.gmane.org/gmane.comp.gis.grass.devel/24221/ Unix-domain sockets] [http://article.gmane.org/gmane.comp.gis.grass.devel/25688/ with pipes or TCP sockets] and so some interactive modules which require them, such as i.class and i.ortho.photo, will not work. You will need to use a Cygwin build for Windows to use those modules or help port them to the new multi-platform wxPython GUI. 71 72 * See also [https://trac.osgeo.org/grass/wiki/CompileOnWindows#Errata keyword: wingrass tickets in the main GRASS bug tracker] 71 73 72 74 * Probably more ... … … 85 87 == Packager Notes == 86 88 87 * Compile guide used: ~~ http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html ~~ (updated but yet incomplete new documentation [http://trac.osgeo.org/grass/wiki/CompileOnWindows here (MinGW)] and [http://trac.osgeo.org/grass/wiki/CompileOnWindowsMSVC here (MSVC)]) 88 * Details on WinGRASS at: http://grass.osgeo.org/wiki/WinGRASS_Current_Status 89 * Compile guide used: 90 * [http://trac.osgeo.org/grass/wiki/CompileOnWindows Build using MinGW] (maturing nicely) 91 * or [http://trac.osgeo.org/grass/wiki/CompileOnWindowsMSVC Build using MSVC] (in development) 92 * (based on ~~ http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html ~~) 93 * Main [http://grass.osgeo.org/wiki/WinGRASS_Current_Status WinGRASS Current Status] page 89 94 * Steps: 90 95 * compile GRASS in a way that it fits in the OSGeo4W directory hierarchy. Example: [http://trac.osgeo.org/grass/browser/grass/branches/develbranch_6/mswindows/osgeo4w/package.sh] 91 96 * package in a tar.bz2 file 92 97 * 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. 93 * Depends on the MSYS package for command line operations, because GRASS 6 uses unix shell scripts (GRASS 7 uses Python )98 * 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.]) 94 99 * 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}}}). 95 100 * Release tree: http://download.osgeo.org/osgeo4w/release/grass/ (the installer selects the package with highest version number)