summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 14:41:09 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 14:41:09 -0400
commit35cd35b60d2452c64004be2fc04b0b4cfbc64b56 (patch)
tree0a2c635cf2b222c37291812092629de448711916 /gis
parent55d0ab35afcaddcb62778fd7330c10c357c6a85a (diff)
downloadslackbuilds-35cd35b60d2452c64004be2fc04b0b4cfbc64b56.tar.gz
slackbuilds-35cd35b60d2452c64004be2fc04b0b4cfbc64b56.tar.xz
gis/grass: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r--gis/grass/README21
1 files changed, 11 insertions, 10 deletions
diff --git a/gis/grass/README b/gis/grass/README
index aad2c1c4f3..f50d60cb6f 100644
--- a/gis/grass/README
+++ b/gis/grass/README
@@ -1,8 +1,8 @@
-GRASS (Geographic Resources Analysis Support System) is a free Geographic
-Information System (GIS) used for geospatial data management and
-analysis, image processing, graphics/maps production, spatial modeling,
-and visualization. GRASS is an official project of the Open Source
-Geospatial Foundation.
+GRASS (Geographic Resources Analysis Support System) is a free
+Geographic Information System (GIS) used for geospatial data
+management and analysis, image processing, graphics/maps production,
+spatial modeling, and visualization. GRASS is an official project of
+the Open Source Geospatial Foundation.
The following options may be enabled:
@@ -26,17 +26,18 @@ The following options may be enabled:
(requires libLAS)
opencl for OpenCL GPU acceleration
- (requires nvidia-driver or amd-app-sdk and suitable GPU)
+ (requires nvidia-driver or amd-app-sdk and
+ suitable GPU)
-The options you require must be specified by setting the variable ENABLE
-before running grass.SlackBuild, for example
+The options you require must be specified by setting the variable
+ENABLE before running grass.SlackBuild, for example
ENABLE="sqlite,netcdf" ./grass.SlackBuild
ffmpeg is an optional runtime dependency for the Animation tool
(g.gui.module).
-If you need to make grass libraries available to other applications (e.g.
-qgis) do this:
+If you need to make grass libraries available to other applications
+(e.g. qgis) do this:
echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig