From e8c70dcdfcdce8bd46c257693e7d7cb5e9b31a9f Mon Sep 17 00:00:00 2001 From: David Spencer Date: Mon, 23 Feb 2015 12:05:29 +0000 Subject: gis/grass: Updated for version 7.0.0. Signed-off-by: David Spencer --- gis/grass/README | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'gis/grass/README') 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: -- cgit v1.2.3