Installation
GRASS-GIS Installation
Linux
Entweder als Binary von Repositories oder selber kompilieren:
./configure --enable-64bit --enable-shared --enable-largefile --with-x --with-cxx --with-postgres --with-sqlite --with-ffmpeg --with-odbc --with-freetype --with-nls --with-readline --with-python --with-wxwidgets --with-blas --with-tcltk-includes=/usr/include/tcl8.5 --with-postgres-includes=/usr/local/pgsql/include --with-postgres-libs=/usr/local/pgsql/lib --with-ffmpeg-includes=/usr/include/ffmpeg --with-freetype-includes=/usr/include/freetype2
FFMpeg musste unter Ubuntu Karmic unter /usr/local/ffmpeg gelinkt werden von /usr/local/libavcodec|libavformat|libswscale.

