summaryrefslogtreecommitdiffstats
path: root/gis/grass/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/grass/README')
-rw-r--r--gis/grass/README28
1 files changed, 23 insertions, 5 deletions
diff --git a/gis/grass/README b/gis/grass/README
index 98a86beefb..861e0821d5 100644
--- a/gis/grass/README
+++ b/gis/grass/README
@@ -4,17 +4,35 @@ analysis, image processing, graphics/maps production, spatial modeling,
and visualization. GRASS is an official project of the Open Source
Geospatial Foundation.
-The following optional dependencies may be enabled:
- blas, lapack for the GRASS gmath library
- ffmpeg for the GRASS ogsf library and nviz animation
- mysql for mysql (or mariadb) database support
+The following options may be enabled:
+
+ mariadb for mariadb (or mysql) database support
+
postgresql for postgresql database support
+ (requires postgresql)
+
sqlite for sqlite database support
+ unixODBC for ODBC support
+ (requires unixODBC)
+
+ gmath for the GRASS gmath library
+ (requires both blas and lapack)
+
+ netcdf for netcdf export
+ (requires netcdf)
+
+ opencl for OpenCL GPU acceleration
+ (requires opencl-headers, either nvidia-driver or amd-app-sdk,
+ and suitable GPU hardware)
+
The options you require must be specified by setting the variable ENABLE
before running grass.SlackBuild, for example
- ENABLE="sqlite,ffmpeg" ./grass.SlackBuild
+ 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: