[GRASSLIST:7285] Re: [Pkg-grass-general] r.terraflow ?

Hamish hamish_nospam at yahoo.com
Thu Jun 23 04:22:02 EDT 2005


> Isn't r.terraflow modul added to grass6 (installed as debian package).

No. There is an outstanding security issue that precludes it from being
part of the Debian package. (insecure temp files)

See /usr/share/doc/grass/changelog.Debian.gz


> how can I find r.terraflow ?

You'll have to compile GRASS from the source code if you want it.

After installing the needed -dev pacakges,
 (see the debian/ dir in the source code)

CFLAGS="-O2 -Wall" ./configure \
    --with-tcltk-includes=/usr/include/tcl8.3 \
    --with-postgres-includes=/usr/include/postgresql \
    --with-motif --with-motif-includes=/usr/X11R6/include \
    --with-readline --with-gdal --with-cxx --with-glw --with-odbc \
    --with-freetype --with-freetype-includes=/usr/include/freetype2 \
    --with-nls  2>&1 | tee config_log.txt

make



Hamish




More information about the grass-user mailing list