[GRASS-SVN] r36408 - in grass-web/trunk/grass64/binary/linux: . snapshot

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 18 16:34:31 EDT 2009


Author: neteler
Date: 2009-03-18 16:34:31 -0400 (Wed, 18 Mar 2009)
New Revision: 36408

Modified:
   grass-web/trunk/grass64/binary/linux/README.html
   grass-web/trunk/grass64/binary/linux/snapshot/README.html
Log:
cosmetics

Modified: grass-web/trunk/grass64/binary/linux/README.html
===================================================================
--- grass-web/trunk/grass64/binary/linux/README.html	2009-03-18 20:32:32 UTC (rev 36407)
+++ grass-web/trunk/grass64/binary/linux/README.html	2009-03-18 20:34:31 UTC (rev 36408)
@@ -12,7 +12,7 @@
 find out about your computer).</b>
 <p>
 
-You can install and use GRASS 6.4.x in parallel to GRASS 5.x.
+You can install and use GRASS 6.4.x in parallel to GRASS 7.x.
 <h3>Installation:</h3>
 <ol>
   <li>get the file <br>
@@ -38,9 +38,9 @@
 <br>
 Or without help, directly:<br>
 <ul>
-  <li>sh grass-6.4.0-x.distro_version.hw-install.sh grass64-DD-MM-YYYY-arc-bin.tar.gz <br> 
+  <li>sh grass-6.4.0-x.distro_version.hw-install.sh grass64-DD-MM-YYYY-arch-bin.tar.gz <br> 
     or</li>
-  <li>./grass-6.4.0-x.distro_version.hw-install.sh grass64-DD-MM-YYYY-arc-bin.tar.gz</li>
+  <li>./grass-6.4.0-x.distro_version.hw-install.sh grass64-DD-MM-YYYY-arch-bin.tar.gz</li>
 </ul>
 
 <h3>Libraries</h3>

Modified: grass-web/trunk/grass64/binary/linux/snapshot/README.html
===================================================================
--- grass-web/trunk/grass64/binary/linux/snapshot/README.html	2009-03-18 20:32:32 UTC (rev 36407)
+++ grass-web/trunk/grass64/binary/linux/snapshot/README.html	2009-03-18 20:34:31 UTC (rev 36408)
@@ -14,7 +14,7 @@
 <b>Note: the x86_64 binaries will only run on 64bit CPUs (use 'uname -m' to
 find out about your computer).</b>
 <p>
-You can install and use GRASS 6 in parallel to GRASS 5.x.
+You can install and use GRASS 6 in parallel to GRASS 7.x.
 
 <h3>Installation:</h3>
 <ol>
@@ -24,7 +24,7 @@
 <h4>where</h4>
 <ul>
   <li>ARCH is the architecture of the platform (e.g. i686-pc-linux-gnu)</li>
-  <li>DD-MM-YYYY is the date of the release (e.g. 21_06_2006)</li>
+  <li>DD-MM-YYYY is the date of the release (e.g. 21_06_2009)</li>
 </ul>
 <P>
 For installation, run the install script with --help option:<br>
@@ -37,9 +37,9 @@
 
 Or without help, directly:<br>
     <ul>
-  <li>sh grass-6.4.cvs-ARCH-DD_MM_YYYY-install.sh grass64-DD-MM-YYYY-arc-bin.tar.gz</li>
+  <li>sh grass-6.4.cvs-ARCH-DD_MM_YYYY-install.sh grass64-DD-MM-YYYY-arch-bin.tar.gz</li>
   or
-  <li>./grass-6.4.cvs-ARCH-DD_MM_YYYY-install.sh grass64-DD-MM-YYYY-arc-bin.tar.gz</li>
+  <li>./grass-6.4.cvs-ARCH-DD_MM_YYYY-install.sh grass64-DD-MM-YYYY-arch-bin.tar.gz</li>
 </ul>
 <h3>Libraries</h3>
 The following libraries and programs are required:
@@ -94,20 +94,22 @@
 This snapshot was configured as follows:
 <pre>
 CFLAGS="-O2" LDFLAGS="-s" ./configure \
-  --with-libs=/usr/local/lib \
+  --enable-64bit \
+  --with-libs=/usr/lib64 \
+  --with-cxx \
   --with-gdal=/usr/local/bin/gdal-config \
-  --with-postgres-includes=/usr/include/pgsql --with-postgres-lib=/usr/lib \
-  --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib/mysql \
+  --without-odbc \
+  --with-sqlite \
+  --with-nls \
+  --with-python \
+  --with-wxwidgets=`which wx-config` \
   --with-fftw \
-  --with-proj \
-  --with-sqlite \
-  --with-cxx \
+  --with-ffmpeg --with-ffmpeg-includes="/usr/include/libav* /usr/include/libpostproc /usr/include/libswscale" \
   --with-motif \
-  --with-motif-includes=/usr/X11R6/LessTif/Motif1.2/include \
-  --with-motif-libs=/usr/X11R6/LessTif/Motif1.2/lib \
+  --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib64 \
   --with-freetype --with-freetype-includes=/usr/include/freetype2 \
-  --with-glw \
-  --with-nls
+  --enable-largefile \
+  2>&1 | tee config_log.txt
 </pre>
 
 <hr>



More information about the grass-commit mailing list