diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-02-23 12:05:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:38:41 +0700 |
commit | e8c70dcdfcdce8bd46c257693e7d7cb5e9b31a9f (patch) | |
tree | 2cf48e7a4848727c45df0a7d3284b730dae5454a /gis/grass/README | |
parent | 1343d1b305e8b282c34fd6dfc7fea0fb83f452c0 (diff) | |
download | slackbuilds-e8c70dcdfcdce8bd46c257693e7d7cb5e9b31a9f.tar.gz |
gis/grass: Updated for version 7.0.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/grass/README')
-rw-r--r-- | gis/grass/README | 28 |
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: |