howtos:how_to_compile_qgis_on_slackware
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howtos:how_to_compile_qgis_on_slackware [2024-08-20 09:12 am] – hcho | howtos:how_to_compile_qgis_on_slackware [2024-09-03 09:24 am] (current) – hcho | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== How to compile QGIS on Slackware ====== | ====== How to compile QGIS on Slackware ====== | ||
| - | First [[How to compile GRASS GIS on Slackware|install | + | [[How to compile GRASS GIS on Slackware|Install |
| <code bash> | <code bash> | ||
| Line 9: | Line 9: | ||
| # replace USERNAME with your non-root username who installed GRASS GIS | # replace USERNAME with your non-root username who installed GRASS GIS | ||
| if ! echo $PKG_CONFIG_PATH | grep -q / | if ! echo $PKG_CONFIG_PATH | grep -q / | ||
| - | echo ' | + | echo ' |
| . ~/ | . ~/ | ||
| fi | fi | ||
| + | |||
| + | echo ' | ||
| + | . ~/ | ||
| + | |||
| + | # create postgres group and user, which are required by postgresql | ||
| + | groupadd -g 209 postgres | ||
| + | useradd -u 209 -g 209 -d / | ||
| + | |||
| + | # prepare qgis options | ||
| + | echo -n ' | ||
| # install qgis; | # install qgis; | ||
| - | # build queuefiles, not packages, to automatically build any dependencies | + | # build (Q)ueuefiles, not packages, to automatically build any dependencies; |
| + | # build (S)aved options for qgis to compile GRASS GIS support | ||
| sbopkg -k -i qgis | sbopkg -k -i qgis | ||
| </ | </ | ||
howtos/how_to_compile_qgis_on_slackware.1724166721.txt.gz · Last modified: by hcho
