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
Next revision
Previous revision
howtos:how_to_compile_qgis_on_slackware [2024-08-20 03:37 pm] hchohowtos:how_to_compile_qgis_on_slackware [2024-09-03 09:24 am] (current) hcho
Line 15: Line 15:
 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/usr/local/src/grass/dist.x86_64-pc-linux-gnu/lib:$LD_LIBRARY_PATH"' > ~/.bash_profile
 . ~/.bash_profile . ~/.bash_profile
 +
 +# create postgres group and user, which are required by postgresql
 +groupadd -g 209 postgres
 +useradd -u 209 -g 209 -d /var/lib/pgsql postgres
 +
 +# prepare qgis options
 +echo -n 'GRASS_PREFIX8=$(pkg-config --variable=prefix grass)' > /var/lib/sbopkg/SBo-git/gis/qgis/options.sbopkg
  
 # install qgis; # install qgis;
-# build queuefiles, not packages, to automatically build any dependencies; +# build (Q)ueuefiles, not packages, to automatically build any dependencies; 
-# build command line options for qgis to compile GRASS GIS support +# build (S)aved options for qgis to compile GRASS GIS support 
-sbopkg -k -i "qgis:GRASS_PREFIX8=$(pkg-config --variable=prefix grass)"+sbopkg -k -i qgis
 </code> </code>
howtos/how_to_compile_qgis_on_slackware.1724189877.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki