16 | | * Alternative, new compile guide at http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html |
17 | | * We likely want to distribute with MSYS package for commandline operations though I believe the WinGRASS objective is to not require this. |
18 | | * WinGRASS is built with MSYS/MinGW currently. The build to use VC++ built GDAL required a configure hack on GRASS. |
19 | | * There is a new python/wxWindows GUI in development we may want to include. |
20 | | * A number of things still being built directly into GRASS instead of using proper packages (curses, freetype, libpng, libz, ...) |
| 14 | * Compile guide used: http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html |
| 15 | * Depends on the MSYS package for commandline operations, because GRASS uses unix shell scripts. |
| 16 | * WinGRASS is built with MSYS/MinGW. The libraries used to link to the VC++ built GDAL & friends is in the mingw-libs package. |
| 17 | * There is also a grass-vc package, that contains the VC++ built GRASS libraries. These are used in the Quantum GIS GRASS plugin. |