Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
README.html | 2009-03-18 21:11 | 3.8K | ||
config_6.5.svn_log.txt | 2014-04-19 10:45 | 10K | ||
error.log | 2014-04-19 10:45 | 190 | ||
grass-6.5.svn-x86_64-unknown-linux-gnu-19_04_2014-install.sh | 2014-04-19 10:44 | 10K | ||
grass-6.5.svn-x86_64-unknown-linux-gnu-19_04_2014.tar.gz | 2014-04-19 10:44 | 25M | ||
grass-6.5_x86_64-unknown-linux-gnu_bin.txt | 2014-04-19 10:44 | 792 | ||
i18n_stats.txt | 2014-04-19 10:44 | 7.8K | ||
i18n_stats_libs.txt | 2014-04-19 10:44 | 2.0K | ||
i18n_stats_mods.txt | 2014-04-19 10:44 | 2.0K | ||
i18n_stats_nviz.txt | 2014-04-19 10:44 | 414 | ||
i18n_stats_tcl.txt | 2014-04-19 10:44 | 1.8K | ||
i18n_stats_wxpy.txt | 2014-04-19 10:44 | 1.7K | ||
You can install and use GRASS 6 in parallel to GRASS 5.x.
For installation, run the install script with --help option:
As a first argument, you should put the names of the libraries you have in your distribution.
Instead of (or in addition to) libtk.so and libtcl.so, you might have
libtk8.3.so and libtcl8.3.so (or libtk8.4.so and libtcl8.4.so). In this case, type instead:
ln -s /usr/lib/libtk8.3.so /usr/lib/libtk.so.0
ln -s /usr/lib/libtcl8.3.so /usr/lib/libtcl.so.0
ldconfig
CFLAGS="-O2" LDFLAGS="-s" ./configure \ --enable-64bit \ --with-libs=/usr/lib64 \ --with-cxx \ --with-gdal=/usr/local/bin/gdal-config \ --without-odbc \ --with-sqlite \ --with-nls \ --with-python \ --with-wxwidgets=`which wx-config` \ --with-fftw \ --with-ffmpeg --with-ffmpeg-includes="/usr/include/libav* /usr/include/libpostproc /usr/include/libswscale" \ --with-motif \ --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib64 \ --with-freetype --with-freetype-includes=/usr/include/freetype2 \ --enable-largefile \ 2>&1 | tee config_log.txt
Please help us and report bugs.
Bug report form