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-31 10:43 am] – hcho | howtos:how_to_compile_qgis_on_slackware [2024-09-03 09:24 am] (current) – hcho | ||
---|---|---|---|
Line 13: | Line 13: | ||
fi | fi | ||
- | echo -n ' | + | echo ' |
. ~/ | . ~/ | ||
+ | |||
+ | # create postgres group and user, which are required by postgresql | ||
+ | groupadd -g 209 postgres | ||
+ | useradd -u 209 -g 209 -d / | ||
# prepare qgis options | # prepare qgis options | ||
- | cat ' | + | echo -n ' |
# install qgis; | # install qgis; |
howtos/how_to_compile_qgis_on_slackware.1725122623.txt.gz · Last modified: by hcho