howtos:how_to_compile_grass_gis_on_slackware
This is an old revision of the document!
How to compile GRASS GIS on Slackware
This HOWTO explains how to compile GRASS GIS on Slackware.
su - # switch to root # create postgres group and user for postgresql, one of pdal dependencies groupadd -g 209 postgres useradd -u 209 -g 209 -d /var/lib/pgsql postgres # install dependency libraries; # build queuefiles, not packages, to automatically build any other dependencies sbopkg -k -i "proj gdal pdal blas lapack"
howtos/how_to_compile_grass_gis_on_slackware.1724162367.txt.gz · Last modified: by hcho