1 Dec 2003 11:34
[GRASSLIST:1915] RE: configuring Grass5.03 on Debian - includes locations
Hamish <hamish_nospam <at> yahoo.com>
2003-12-01 10:34:14 GMT
2003-12-01 10:34:14 GMT
> For those compiling on Debian Woody in the future, here is a partial
> list of the debian "apt-get" names for the packages based on what I still
> needed:
>
> zlib1g-dev
> libjpeg-dev
> libtiff-dev
> libpng-dev
> libgd-dev
> libtcl8.3-dev
> pg-dev
> postgresql-dev
> mesag3-dev OR xlibmesa3-dev
> unixodbc-dev
> fftw-dev ( & sfftw-dev ?)
moreover, a ./configure line for Debian 3.0 (Woody)
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-freetype --with-freetype-includes=/usr/include/freetype2 \
--with-blas --with-blas-libs=/usr/lib/gcc-lib/i386-linux/3.0.4 \
--with-lapack --with-glw \
--with-readline \
2>&1 | tee config_log.txt
$> make
#> make install
(Continue reading)
RSS Feed