diff options
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 |