[GRASSLIST:2769] Re: : NVIZ [compiling grass on debian]

Hamish hamish_nospam at yahoo.com
Fri Feb 27 01:41:50 EST 2004


> actually i have installed grass through a debian package, but
> unstalled it and re installed grass through grass.itc.it binaries..but
> it is still not runing...


I think you'll have to compile from source code. Not that bad; some hints:


"./configure" with:

CFLAGS="-O3 -march=i686 -Wall" LDFLAGS="-s" ./configure \
        --with-tcltk-includes=/usr/include/tcl8.3 \
        --with-postgres-includes=/usr/include/postgresql \
        --with-motif --with-motif-includes=/usr/X11R6/include \
        --with-glw \
        --with-readline \
        2>&1 | tee config_log.txt

$> make
#> make install




GRASS 5.0.3 Debian package Reqs for Debian/testing, Jan 22, 2004
 (config.log and apt-file were used to discover these)

gcc              # for compile
libc6-dev        # for basics
flex             # for lex
bison            # for yacc
libncurses5-dev  # for curses
zlib1g-dev       # zlib
libreadline4-dev # readline
libjpeg62-dev  or  libjpeg-mmx-dev  # for JPEG support
libtiff3g-dev    # for TIFF support
libpng12-dev     # for PNG support
libgd2-xpm-dev   # for GD 2.0 install
libg2-dev        # for GD 2.0  (unneed for GRASS > 5.0.x)
tcl8.4-dev       # for TCL
tk8.4-dev        # for TK
postgresql       # for Postgresql support ???
postgresql-dev   # for Postgresql support ???
xlibmesa-gl-dev  # for OpenGL
libstdc++5-3.3-dev # for glu-dev
xlibmesa-glu-dev # for OpenGL
unixodbc-dev     # for ODBC
fftw-dev         # for FFT functions
lesstif2-dev     # for Motif

libgdal1-dev     # for GDAL
libfreetype6-dev # for Freetype Fonts (broken)

make             # won't get far without this..
g++              # for r.terraflow


optional may/may not work out of the box:
gdal-bin         # for GDAL (doesn't include libraries or gdal-config)
proj             # for PROJ.4




More information about the grass-user mailing list