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/Compile using GNU Makeinclude/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/
makeInstall grass7. Default install location will be /usr/local/grass-7.0.svn
sudo make installstart GRASS GIS 7 using terminal. #$grass70
No comments:
Post a Comment