85 | | |
86 | | == Packager Notes == |
87 | | |
88 | | * Compile guide: [http://trac.osgeo.org/grass/wiki/CompileOnWindows Build using MinGW] see also support scripts from [http://svn.osgeo.org/grass/grass-addons/tools/wingrass-packager/ SVN] |
89 | | * Main WinGRASS [http://grass.osgeo.org/wiki/WinGRASS_Current_Status project current status] page |
90 | | * Maintainer: [wiki:MartinLanda Martin Landa] |
91 | | <!-- |
92 | | === Package: `msys-grass` === |
93 | | |
94 | | GRASS MSYS common dependencies |
95 | | |
96 | | 1. List of DLL libraries from `mingw` package to be copied |
97 | | * libiconv-2.dll, libgcc_s_dw2-1.dll, libstdc++-6.dll |
98 | | |
99 | | 2. Download extra pre-built binaries |
100 | | |
101 | | * '''bc-bin''' from [http://sourceforge.net/projects/gnuwin32/files/bc/ here] |
102 | | * '''libintl-bin''' from [http://sourceforge.net/projects/gnuwin32/files/libintl/ here] |
103 | | * '''libiconv-bin''' from [http://sourceforge.net/projects/gnuwin32/files/libiconv/ here] |
104 | | * '''readline-bin''' from [http://sourceforge.net/projects/gnuwin32/files/readline/ here] |
105 | | * '''regex-bin''' from [http://sourceforge.net/projects/gnuwin32/files/regex here] |
106 | | * '''zip-bin+dep''' from [http://sourceforge.net/projects/gnuwin32/files/zip/ here] |
107 | | * '''unzip-bin''' from [http://sourceforge.net/projects/gnuwin32/files/unzip/ here] |
108 | | |
109 | | 3. Unpack into `C:\OSGeo4W\bin` |
110 | | --> |