howtos:how_to_compile_grass_gis_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_grass_gis_on_slackware [2024-08-20 08:49 am] – hcho | howtos:how_to_compile_grass_gis_on_slackware [2024-08-21 06:08 am] (current) – hcho | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| # create ~/ | # create ~/ | ||
| cd grass-build-scripts | cd grass-build-scripts | ||
| - | cp .grassbuildrc-example ~ | + | cp .grassbuildrc-example ~/ |
| # build grass | # build grass | ||
| ./build.sh -m -a -g >& ~/ | ./build.sh -m -a -g >& ~/ | ||
| + | |||
| + | # install pkgconfig config | ||
| + | mkdir -p ~/ | ||
| + | cd ../grass | ||
| + | sed ' | ||
| + | if ! echo $PKG_CONFIG_PATH | grep -q $HOME/ | ||
| + | echo ' | ||
| + | . ~/ | ||
| + | fi | ||
| # create grass script | # create grass script | ||
howtos/how_to_compile_grass_gis_on_slackware.1724165389.txt.gz · Last modified: by hcho
