Showing posts with label GRASS. Show all posts
Showing posts with label GRASS. Show all posts

Tuesday, May 29, 2012

Install GRASS GIS 7.0 svn


Download GRASS GIS. you need an SVN client to checkout the source
cd ~/code

svn checkout https://svn.osgeo.org/grass/grass/trunk grass7



cd grass7

./configure --with-tcltk-includes=/usr/include/tcl8.5
--with-proj-share=/usr/share/proj --with-python
--with-gdal=/usr/local/bin/gdal-config --with-ffmpeg=yes
--with-ffmpeg-includes="/usr/include/libavcodec/
/usr/include/libavformat/ /usr/include/libswscale" --with-sqlite
--with-postgres --with-postgres-includes=/usr/include/postgresql/
--with-wxwidgets=/usr/bin/wx-config
--with-mysql-includes=/usr/include/mysql --with-opengl-libs=/usr/lib/

Compile using GNU Make
make
Install grass7. Default install location will be /usr/local/grass-7.0.svn
sudo make install
start GRASS GIS 7 using terminal. #$grass70

Tuesday, August 30, 2011

HowTo GRASS GIS Install

./configure
--with-tcltk-includes=/usr/include/tcl8.5
--with-proj-share=/usr/share/proj --with-python
--with-gdal=/usr/local/bin/gdal-config --with-ffmpeg=yes
--with-ffmpeg-includes="/usr/include/libavcodec/
/usr/include/libavformat/ /usr/include/libswscale" --with-sqlite
--with-postgres --with-postgres-includes=/usr/include/postgresql/
--with-wxwidgets=/usr/bin/wx-config
--with-mysql-includes=/usr/include/mysql --with-opengl-libs=/usr/lib/

make && sudo make install