[GRASSweb-list]markus: web/grass54/binary/mswindows_cygwin README.html,1.1,1.2

grass at intevation.de grass at intevation.de
Sat Dec 11 11:35:46 EST 2004


Author: markus

Update of /grassrepository/web/grass54/binary/mswindows_cygwin
In directory doto:/tmp/cvs-serv10200

Modified Files:
	README.html 
Log Message:
extended based on http://geni.ath.cx/grass.html

Index: README.html
===================================================================
RCS file: /grassrepository/web/grass54/binary/mswindows_cygwin/README.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.html	11 Dec 2004 16:26:05 -0000	1.1
+++ README.html	11 Dec 2004 16:35:44 -0000	1.2
@@ -3,23 +3,80 @@
 
 This directory contains the MS-Windows/Cygwin binary code for
 GRASS 5.4.x in gzipped tar format).  
-<BR><BR>
 <P>
-<BR>
-<pre>
-Quick installation instructions (install within Cygwin terminal):
+<ul>
+<li>Go to <a href="http://cygwin.com">http://cygwin.com</a> and click <a href="http://cygwin.com/setup.exe">setup.exe</a>.
+</li>
+<li>Choose the UNIX file format and install cygwin under a directory whose name doesn't contain spaces or tabs.
+</li>
+<li>Install the following cygwin packages:
 
-1. get the file 
-     grass5.4.0_arch-bin.tar.gz 
+<ul>
+<li>xorg-x11-*
+</li>
+<li>libjpeg
+</li>
+<li>libtiff
+</li>
+<li>libpng
+</li>
+<li>libncurses-devel
+</li>
+<li>libncurses
+</li>
+<li>postgresql
+</li>
+<li>lesstif
+</li>
 
-2. get the installation script
-     grass5.4.0_arch-install.sh
+<li>sunrpc
+</li>
+<li>freetype2
+</li>
+<li>readline
+</li>
+</ul>
+</li>
+<li>Suppose you downloaded the following files in c:\download\grass:
+<ul>
+<li><a href="grass5.4.0_i686-pc-cygwin-install.sh">grass5.4.0_i686-pc-cygwin-install.sh</a>
+</li>
+<li><a href="grass5.4.0_i686-pc-cygwin.tar.gz">grass5.4.0_i686-pc-cygwin.tar.gz</a>
+</li>
+<li><a href="tcltk-8.4.7-cygwin.tar.gz">tcltk-8.4.7-cygwin.tar.gz</a> You need this version of tcl/tk instead of the cygwin package.
 
-For installation, run the install script with --help option:
+</li>
+<li><a href="Mesa-6.2-cygwin.tar.gz">Mesa-6.2-cygwin.tar.gz</a>
+</li>
+<li><a href="gdal-1.2.3-cygwin.tar.gz">gdal-1.2.3-cygwin.tar.gz</a>
+</li>
+</ul>
+</li>
+<li>Open a cygwin shell window and follow the instruction below:
+<pre>
+      cd /cygdrive/c/download/grass
+      sh grass5.4.0_i686-pc-cygwin-install.sh grass5.4.0_i686-pc-cygwin.tar.gz
+      cd /
+      tar xvfz /cygdrive/c/download/grass/tcltk-8.4.7-cygwin.tar.gz
+      tar xvfz /cygdrive/c/download/grass/Mesa-6.2-cygwin.tar.gz
+      tar xvfz /cygdrive/c/download/grass/gdal-1.2.3-cygwin.tar.gz
+      cd
+</pre>
+Now installation is completed.
+</li>
+<li>Start X Window:
+<pre>
 
-     grass5.4.0_arch-install.sh --help
+startxwin.sh
 </pre>
-<P>
+</li>
+<li>Run GRASS from xterm executed by X Window (not from the above cygwin shell):
+<pre>
+grass54
+</pre>
+</li>
+</ul>
+
 <hr>
 Please help us and report bugs.
 <a href="http://grass.itc.it/bugtracking/bugreport.html">Bug report form</a>





More information about the grass-web mailing list