CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

Site Tools


howtos:how_to_compile_qgis_on_slackware

This is an old revision of the document!


How to compile QGIS on Slackware

First install GRASS GIS.

# switch to root
su -
 
# replace USERNAME with your non-root username who installed GRASS GIS
if ! echo $PKG_CONFIG_PATH | grep -q /home/USERNAME/usr/local/share/pkgconfig; then
  echo 'export PKG_CONFIG_PATH="USERNAME/usr/local/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
  . ~/.bash_profile
fi
 
# install qgis; build queuefiles, not packages
sbopkg -k -i qgis
howtos/how_to_compile_qgis_on_slackware.1724166676.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki