[GRASSweb-list] hamish: web/grass62/binary/mswindows README.html, 1.10, 1.11 setup.ini, 1.1, 1.2

grass at intevation.de grass at intevation.de
Wed Feb 21 02:20:16 EST 2007


Author: hamish

Update of /grassrepository/web/grass62/binary/mswindows
In directory doto:/tmp/cvs-serv4923

Modified Files:
	README.html setup.ini 
Log Message:
add missing depends: fftw3 (GRASS); openssl and jasper (GDAL).
add a few more troubleshooting tips.


Index: README.html
===================================================================
RCS file: /grassrepository/web/grass62/binary/mswindows/README.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- README.html	15 Feb 2007 23:49:17 -0000	1.10
+++ README.html	21 Feb 2007 07:20:14 -0000	1.11
@@ -41,16 +41,16 @@
 grass.bat script.
 
 <h5>Required packages:</h5>
-Make sure that the <b>fftw3</b> (Fourier Transform), <b>jasper</b> (JPEG 2000),
-and <b>openssl</b> (Crypto) packages are installed by Cygwin (Libs section).
-[<i>setup.ini update coming soon</i>]
+These should all be selected for install automatically when you select
+the GRASS package (Database section).
+Look inside the <tt>setup.ini</tt> file to see the specific package requirements.
 
 <h5>Optional packages:</h5>
 In addition to the core requirements these packages are quite useful and
 some GRASS modules won't work without them:
 <UL>
 <li><b>bc</b> - command line calculator
-<li><b>netpbm</b> - image conversions
+<li><b>netpbm</b> - image format conversions
 <li><b>util-linux</b> - provides "more", nice for g.list
 <li><b>wget</b> - command line WWW download utility
 </UL>
@@ -156,6 +156,20 @@
 Cygwin package search page</a>. Re-run the Cywgin installer to load the
 missing package; it will have remembered your earlier selections.
 Feel free to file a bug report as well (<a href="#bugs">see below</a>).
+<P>
+If the GRASS mapset selection startup screen doesn't load at all, you can
+attempt to bypass it by giving the path to the mapset directly on the command
+line. For example:
+<pre>
+  grass62 grassdata/spearfish60/user1
+</pre>
+<P>
+From outside of GRASS you can run <tt>cygcheck</tt> to check for missing
+DLL libraries by first changing to GRASS's library directory:
+<pre>
+  cd /usr/local/grass-6.2.1/lib
+  cygcheck ../bin/g.region
+</pre>
 
 <br><br>
 <hr>

Index: setup.ini
===================================================================
RCS file: /grassrepository/web/grass62/binary/mswindows/setup.ini,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- setup.ini	20 Feb 2007 22:39:43 -0000	1.1
+++ setup.ini	21 Feb 2007 07:20:14 -0000	1.2
@@ -1,13 +1,14 @@
 @ grass
 sdesc: "GRASS - Geographic Resources Analysis Support System"
 category: Database
-requires: gdal tcltk-grass cygwin xorg-x11-bin xorg-x11-base xterm libjpeg62 libtiff5 libpng12 libncurses8 lesstif proj sunrpc freetype2 readline postgresql
+requires: gdal tcltk-grass cygwin xorg-x11-bin xorg-x11-base xterm libjpeg62 libtiff5 libpng12 libncurses8 fftw3 lesstif proj sunrpc freetype2 readline postgresql
 version: 6.2.1-1
 install: grass-6.2.1-1.cygwin.tar.bz2 17279341 910600206b7a92871d9cdf9a46dc54ab
 
 @ gdal
 sdesc: "GDAL - Geospatial Data Abstraction Library"
 category: Graphics Libs
+requires: jasper openssl
 version: 1.3.1-1
 install: gdal-1.3.1-1.cygwin.tar.bz2 3431834 662ed588d2a155e620d165b85a6284da
 





More information about the grass-web mailing list