summaryrefslogtreecommitdiffstats
path: root/academic/grass/README
blob: 78dea2ac1430cc197b4c866d3aff03d7d55d180e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GRASS (Geographic Resources Analysis Support System) is a free Geographic
Information System (GIS) used for geospatial data management and
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
  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
echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig