diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-06-05 19:45:02 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-06-05 19:45:02 -0400 |
commit | 9997e177ee70904810fa5018a8996bfd4cd9aaec (patch) | |
tree | 1a22d0654fe63919eecca418a23d280211426a58 /academic/grass/README | |
parent | 4d63a819ae88abf224ef149b377da94caecf474b (diff) |
academic/grass: Fixed build with recent ffmpeg + other tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/grass/README')
-rw-r--r-- | academic/grass/README | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/academic/grass/README b/academic/grass/README index 1ffc0aa334d76..98a86beefb95f 100644 --- a/academic/grass/README +++ b/academic/grass/README @@ -5,12 +5,18 @@ and visualization. GRASS is an official project of the Open Source Geospatial Foundation. The following optional dependencies may be enabled: - blas lapack geos ffmpeg mysql postgresql sqlite + blas, lapack for the GRASS gmath library + ffmpeg for the GRASS ogsf library and nviz animation + mysql for mysql (or mariadb) database support + postgresql for postgresql database support + sqlite for sqlite database support The options you require must be specified by setting the variable ENABLE before running grass.SlackBuild, for example ENABLE="sqlite,ffmpeg" ./grass.SlackBuild -If you need to make grass libraries available on the system, do this: -echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig +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 |