CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

Site Tools


howtos:how_to_compile_qgis_on_slackware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:how_to_compile_qgis_on_slackware [2026-02-20 08:15 am] hchohowtos:how_to_compile_qgis_on_slackware [2026-04-09 12:37 am] (current) hcho
Line 8: Line 8:
  
 # replace USERNAME with your non-root username who installed GRASS # replace USERNAME with your non-root username who installed GRASS
-if ! echo $PKG_CONFIG_PATH | grep -q /home/USERNAME/usr/local/share/pkgconfig; then +if ! echo $PKG_CONFIG_PATH | grep -q /home/USERNAME/local/share/pkgconfig; then 
-  echo 'export PKG_CONFIG_PATH="$HOME/usr/local/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile+  echo 'export PKG_CONFIG_PATH="$HOME/local/share/pkgconfig:$PKG_CONFIG_PATH"' > ~/.bash_profile
   . ~/.bash_profile   . ~/.bash_profile
 fi fi
  
-echo 'export LD_LIBRARY_PATH="$HOME/usr/local/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile+echo 'export LD_LIBRARY_PATH="$HOME/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile
 . ~/.bash_profile . ~/.bash_profile
  
howtos/how_to_compile_qgis_on_slackware.txt · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki