REQUIREMENTS to compile GRASS GIS 6
A workstation running some flavor of UNIX like Solaris, IRIX,
GNU/Linux, BSD, Mac OS X, Cygwin or MinGW (on Win32). Ideally, you
should have at least 500 Mb. The source code package needs around 80
MB uncompressed. The resulting binaries may need between 20 MB and
180 MB depending on your platform. During a full compilation you may
need temporarily up to 550MB including the source code.
To disable features please read the INSTALL file.
General requirements:
(most tools are standard tools on GNU/Linux, for other platforms you may have
to install some of them.)
Optional requirements:
- Tcl/Tk 8.x libraries (including the 'wish' program) to use the GRASS GUI
menu system and the NVIZ visualization suite
Some features of the new gis.m GIS manager may depend on version 8.4 or newer.
see http://tcl.sourceforge.net
- If hardware openGL support is missing in the X Server, Mesa-3.x
(openGL clone) may be required for NVIZ
http://mesa3d.sourceforge.net
- C++ Compiler (required for the r.terraflow module)
gcc: http://www.gnu.org/software/gcc/gcc.html
- FFTW 2.x or 3.x (library for computing the Discrete Fourier Transform), required
for i.fft and i.ifft and other modules
http://www.fftw.org
- GEOS (Geometry Engine library), needed for v.buffer and adds extended options
to the v.select module
http://trac.osgeo.org/geos
- LAPACK / BLAS (libraries for numerical computing) for GMATH library (GRASS Numerical Library)
http://www.netlib.org/lapack (usually available on Linux distros)
Note: LAPACK/BLAS support is at time only needed for selected Addons
- libpng (for r.out.png and the PNG driver), usually already installed.
http://www.libpng.org/pub/png/libpng.html
- libtiff (for r.out.tiff), usually already installed.
http://www.remotesensing.org/libtiff
- readline for extra command prompt functionality
http://tiswww.case.edu/~chet/readline/rltop.html
ftp://ftp.gnu.org/gnu/readline
- PostgreSQL libraries (for the PostgreSQL database interface)
http://www.postgresql.org
- MySQL libraries (for the MySQL database interface)
http://www.mysql.org
- SQLite libraries (for the SQLite database interface)
http://www.sqlite.org
- unixODBC (for the ODBC database interface)
http://www.unixodbc.org
- Motif or Lesstif libraries (for the "xganim"
module)
http://www.lesstif.org
- R Statistics (for the R statistical language interface)
http://cran.r-project.org
- FreeType2 (for TrueType font support and d.text.freetype)
http://freetype.sourceforge.net
- Python >= 2.4 (for wxGUI and ctypes interface)
Note: Python 3 is not supported
http://www.python.org
- Ctypes (for ctypes interface)
Ctypes can be added as a third-party module in Python 2.3 and 2.4
- http://pypi.python.org/pypi/ctypes/1.0.2
http://docs.python.org/library/ctypes.html
- wxPython >= 2.8.1.1 (for wxGUI, see file
gui/wxpython/README)
http://www.wxpython.org
- NumPy >= 1.0.4 (for various wxGUI components, see
file gui/wxpython/README)
http://numpy.scipy.org
- Python Imaging Library (for wxGUI Cartographic Composer (preview mode), see
file gui/wxpython/README)
http://www.pythonware.com/products/pil
- FFMPEG (for direct rendering of animations from NVIZ),
including libavcodec, libavformat, libswscale
http://ffmpeg.org
- Cairo >= 1.5.8 (Cairo graphics library
http://cairographics.org
- AVCE00 and E00Compr Libraries (avcimport)
http://avce00.maptools.org
Note:
SUN Solaris users may go here to download precompiled libraries etc.:
http://www.sunfreeware.com
SGI IRIX users may go here to download precompiled libraries etc.:
http://freeware.sgi.com
MacOSX users may go here to download precompiled libraries etc.:
http://fink.sourceforge.net
© GRASS Development Team 2001-2016
Please report bugs here:
http://grass.osgeo.org/development/bug-tracking/
Last changed: $Date: 2016-01-02 16:48:51 +0100 (Sat, 02 Jan 2016) $