diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-21 20:48:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 16:07:15 -0500 |
commit | b6413268a1be4e19275eb0c0e0c207b73edb9593 (patch) | |
tree | 0e1fbebfb92ec680bcdd2998f435c6b632a11c26 /academic/grass/README | |
parent | 0d16130cddb3e7e3fcd90163cbaac51fa2392263 (diff) | |
download | slackbuilds-b6413268a1be4e19275eb0c0e0c207b73edb9593.tar.gz |
academic/grass: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/grass/README')
-rw-r--r-- | academic/grass/README | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/academic/grass/README b/academic/grass/README index 94a0f5ae30..1ffc0aa334 100644 --- a/academic/grass/README +++ b/academic/grass/README @@ -4,21 +4,13 @@ analysis, image processing, graphics/maps production, spatial modeling, and visualization. GRASS is an official project of the Open Source Geospatial Foundation. -GRASS requires proj, gdal, numpy and wxPython. - The following optional dependencies may be enabled: - blas - lapack - geos - ffmpeg - mysql - postgresql - sqlite + blas lapack geos ffmpeg mysql postgresql sqlite 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 +If you need to make grass libraries available on the system, do this: echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig |