Installation Guide: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(Link to Slackware packages)
 
(37 intermediate revisions by 10 users not shown)
Line 1: Line 1:
== General ==
== General ==
:''For compilation of GRASS source code, see [[Compile and Install]]''
:''Note: For compilation of GRASS GIS source code, see [[Compile and Install]]''
This page explains the installation of GRASS binaries.
This page explains the installation of GRASS binaries.


GRASS requires a workstation running some flavor of UNIX conforming to POSIX standards like Linux, Mac OS X, Solaris, IRIX, or BSD. It is also possible to run GRASS in MS Windows by using UNIX translation software such as Cygwin or MinGW. Ideally, you should have at least 500 Mb for data and 128 Mb RAM. The source code package needs around 30 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 150MB including the source code.
GRASS GIS requires a workstation running either some flavor of UNIX conforming to POSIX standards like Linux, Mac OS X, Solaris, IRIX, or BSD or MS-Windows. It is also possible to run GRASS in MS Windows by using UNIX translation software such as [[Cygwin]] or natively with MingGW. Ideally, you should have at least 500 Mb for data and 512 Mb RAM. The source code package needs around 270 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 150MB including the source code.


The [http://grass.itc.it/download/index.php Software Download Section] of the main GRASS web site contains the latest binaries and source code for all supported platforms. That site also has general directions for installing GRASS manually. However, installation is slightly different on each operating system. Here you can find user-contributed pointers for installing GRASS on specific platforms. In particular, many operating systems have package management utilities that can greatly simplify GRASS installation.
The [https://grass.osgeo.org/download/ Software Download Section] of the main GRASS web site contains the latest binaries and source code for all supported platforms. That site also has general directions for installing GRASS manually. However, installation is slightly different on each operating system. Here you can find user-contributed pointers for installing GRASS on specific platforms. In particular, many operating systems have package management utilities that can greatly simplify GRASS installation.
 
== MS Windows ==
 
:''The official download page [https://grass.osgeo.org/download/windows/ GRASS GIS for MS-Windows]''
 
There are two main flavours:
* '''OSGeo4W installer''', for a broad set of open source geospatial software packages including GRASS GIS as well as many other packages (QGIS, GDAL/OGR, and more). Advantage: whenever you run again the OSGeo4W installer, it updates the existing installation.
* '''Standalone winGRASS installer''': install GRASS GIS with the required support packages.
 
=== OSGeo4W installer ===
 
OSGeo4W is an installer for a broad set of open source geospatial software packages including GRASS GIS as well as many other packages (QGIS, GDAL/OGR, and more). Advantage: whenever you run again the OSGeo4W installer, it updates the existing installation.
 
* Install using [https://trac.osgeo.org/osgeo4w/ OSGeo4W installer] which installs all dependencies as well (PROJ, GDAL, GEOS, Python, etc.)
 
==== Launch the OSGeo4W installer ====
 
Save the downloaded installer (consider to keep it for future updates) and run it as an ''administrator''.
You can select either the grass (stable) or grass-daily (development) packages to install.,
 
[[Image:Osgeo4w_1.png|center|thumb|500px|Install with "Administrator" rights]]
 
==== Variant A) Express installation ====
 
Use "Express Desktop Install" mode to select stable version, currently GRASS GIS 7.8.x
 
[[Image:Osgeo4w_2_express.png|center|thumb|500px|Use "Express installation" to select stable version, currently GRASS GIS 7.8.x]]
 
[[Image:Osgeo4w_3_express.png|center|thumb|500px]]
 
Common installed Python packages:
 
* python3-gdal
* python3-matplotlib
* python3-wx
* python3-numpy
* python3-pillow
* python3-pip
* python3-ply
* python3-pyopengl 
* python3-psycopg2
* python3-six
* python3-pywin32
 
Additional useful packages (e.g. python3-pandas, msys) can be installed in "Advanced Install" mode.
 
==== Variant B) Advanced installation ====
 
Use "Advanced Install Mode" to select development version, currently GRASS GIS 7.9.x
 
[[Image:Osgeo4w_2_advanced.png|center|thumb|500px|Use "Advanced installation" to select development version, currently GRASS GIS 7.9.x]]
 
[[Image:Osgeo4w_3_advanced.png|center|thumb|500px]]
 
=== winGRASS standalone installer ===
 
* Native winGRASS package installer is available [http://grass.osgeo.org/grass-stable/binary/mswindows/native/ here]. See also [[WinGRASS Current Status]].
 
=== QGIS with winGRASS installer ===
* QGIS including native winGRASS packages are provided [https://www.qgis.org/wiki/Download here].
 
<!--
=== winGRASS/Cygwin installer ===
* winGRASS/Cygwin packages are provided [http://grass.osgeo.org/grass64/binary/mswindows/cygwin/ here] (requires [[Cygwin]] UNIX emulator, see there).
-->


== GNU/Linux ==
== GNU/Linux ==
:''The official page [https://grass.osgeo.org/download/linux/ GRASS GIS Download for GNU/Linux]''


=== Debian ===
=== Debian ===
Line 15: Line 82:
   apt-get install grass grass-doc
   apt-get install grass grass-doc


This is the easiest way to install GRASS on Debian. If you choose to install a binary version manually from the main web site, be sure to follow the instructions for making symlinks found as a note to the [[http://grass.itc.it/grass63/binary/linux/snapshot/ 6.3 weekly snapshot]] release.
This is the easiest way to install GRASS on Debian. If you choose to install a binary version manually from the main web site, be sure to follow the instructions for making symlinks found as a note to the [[http://grass.osgeo.org/grass-stable/binary/linux/snapshot/ 7.x stable weekly snapshot]] release.
 
==== DebianGIS ====
 
There is also the wonderful [https://wiki.debian.org/DebianGis DebianGIS] project which has a more recent GRASS version with its related packages. Read here for more [[GRASS in Debian |details]]
 
==== Compiling GRASS from source ====
 
* See [[Compile and Install]] of Source Code
 
=== Installation on Fedora ===


==== DebianGis ====
[https://admin.fedoraproject.org/pkgdb/acls/name/grass Fedoraproject] provides RPM-packages for stable releases prepared to install on Fedora systems:


There is also the wonderful [http://pkg-grass.alioth.debian.org/cgi-bin/wiki.pl DebianGIS] project which has a more recent GRASS version with its related packages. Read here for more [[Grass in Debian |details]]
<source lang="bash">
sudo dnf install grass grass-gui
</source>


To install from there follow the [http://pkg-grass.alioth.debian.org/cgi-bin/wiki.pl/DebianGisRepository instructions] there
=== Mageia ===


==== Compiling GRASS from source on Debian ====
* [https://madb.mageia.org/package/show/name/grass/ Mageia] provides PROJ/GDAL/GRASS RPMs:
Packages needed for (nearly) complete GRASS installation from source code:  
  flex, bison, libreadline4-dev || libreadline5-dev, libncurses5-dev, lesstif2-dev, debhelper (>= 4.0.2), dpatch, libtiff4-dev,
  tcl8.4-dev, tk8.4-dev, fftw-dev, xlibmesa-gl-dev, libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-1.3.1-dev,
  proj (>= 4.4.7), libjpeg62-dev, libpng12-dev, postgresql-dev, unixodbc-dev, doxygen, fakeroot


==== Compile GRASS and package it (debian/testing) ====
  urpmi grass


  grass6$ fakeroot debian/rules binary
=== openSUSE ===


=== Fedora ===
* [https://build.opensuse.org/package/show/Application:Geo/grass openSUSE] provides GRASS and related RPM-packages:


[http://ftp.gwdg.de/pub/misc/freegis/intevation/freegis/fedora/ Intevation] provides RPM-packages for stable releases prepared to install on Fedora systems. Some more recent RPMs are on the [http://grass.itc.it/grass62/binary/linux/ GRASS Site].
<source lang="bash">
sudo zypper refresh
sudo zypper install grass7
</source>


=== Mandriva ===
Alternatively, one can use the '''One-Click installer''':
https://software.opensuse.org/package/grass


* Mandriva itself provides PROJ/GDAL/GRASS RPMs. For older versions they are in the "backports" section.
=== Red Hat Enterprise Linux (RHEL, CentOS and EPEL) ===
* [http://www.gdf-hannover.de/software GDF Hannover] provides RPM-packages for stable releases prepared to install on Mandriva systems.


=== SuSE ===
* [https://src.fedoraproject.org/rpms/grass Fedora] offers GRASS and related binaries for CentOS and EPEL


* [http://www.gdf-hannover.de/software GDF Hannover] provides RPM-packages for stable releases prepared to install on SUSE-systems.
<source lang="bash">
* [http://www.nature-consult.de/software/suse/ nature-consult] provides GRASS and related RPM-packages for OpenSuSE.
dnf install grass
</source>


=== Ubuntu ===
=== Ubuntu ===
Line 57: Line 136:
To get the latest version of GRASS on Ubuntu, compile the code from source. See the [[Compile and Install]] section for a shell script that makes this easy.
To get the latest version of GRASS on Ubuntu, compile the code from source. See the [[Compile and Install]] section for a shell script that makes this easy.


=== Slackware ===
== MacOS ==
 
Slackware packages for GRASS binary distributions and additional libraries are available from [http://geni.ath.cx/grass.html Huidae Cho's private site].
 
== Mac OS X ==
 
Precompiled Mac OSX packages can be found [http://www.kyngchaos.com/software/unixport here] and [http://wwwamb.bologna.enea.it/forgrass/download.htm here].


== MS-Windows ==
Precompiled GRASS GIS 7 packages for macOS can be found [https://grass.osgeo.org/download/mac here]. These are distributed as zipped *.dmg packages. Opening the dmg prompts the user to simply drag and drop the app into the Applications folder. In fact, they '''must''' be installed into the Applications folder and may not run properly in other locations.


* Precompiled native winGRASS packages are provided [http://moritz.homelinux.org/grass/wingrass/ here] (no Cygwin needed). See also [[WinGRASS Current Status]].
A brief introduction to how to install via [https://www.macports.org MacPorts]: [[Compiling on macOS using MacPorts]].


* Precompiled (older) winGRASS/Cygwin 6.1 packages are provided [http://geni.ath.cx/grass.html here] (requires Cygwin unix emulator, see there).
== Raspberry Pi ==


* Precompiled native winGRASS packages with QGIS integrated are provided [http://gisalaska.com/torrents/ here] (no Cygwin needed).
:''See the main page [[Raspberry Pi]].''


[[Category:Documentation]]
[[Category:Documentation]]
[[Category:Installation]]
[[Category:Installation]]

Latest revision as of 21:06, 15 December 2020

General

Note: For compilation of GRASS GIS source code, see Compile and Install

This page explains the installation of GRASS binaries.

GRASS GIS requires a workstation running either some flavor of UNIX conforming to POSIX standards like Linux, Mac OS X, Solaris, IRIX, or BSD or MS-Windows. It is also possible to run GRASS in MS Windows by using UNIX translation software such as Cygwin or natively with MingGW. Ideally, you should have at least 500 Mb for data and 512 Mb RAM. The source code package needs around 270 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 150MB including the source code.

The Software Download Section of the main GRASS web site contains the latest binaries and source code for all supported platforms. That site also has general directions for installing GRASS manually. However, installation is slightly different on each operating system. Here you can find user-contributed pointers for installing GRASS on specific platforms. In particular, many operating systems have package management utilities that can greatly simplify GRASS installation.

MS Windows

The official download page GRASS GIS for MS-Windows

There are two main flavours:

  • OSGeo4W installer, for a broad set of open source geospatial software packages including GRASS GIS as well as many other packages (QGIS, GDAL/OGR, and more). Advantage: whenever you run again the OSGeo4W installer, it updates the existing installation.
  • Standalone winGRASS installer: install GRASS GIS with the required support packages.

OSGeo4W installer

OSGeo4W is an installer for a broad set of open source geospatial software packages including GRASS GIS as well as many other packages (QGIS, GDAL/OGR, and more). Advantage: whenever you run again the OSGeo4W installer, it updates the existing installation.

  • Install using OSGeo4W installer which installs all dependencies as well (PROJ, GDAL, GEOS, Python, etc.)

Launch the OSGeo4W installer

Save the downloaded installer (consider to keep it for future updates) and run it as an administrator. You can select either the grass (stable) or grass-daily (development) packages to install.,

Install with "Administrator" rights

Variant A) Express installation

Use "Express Desktop Install" mode to select stable version, currently GRASS GIS 7.8.x

Use "Express installation" to select stable version, currently GRASS GIS 7.8.x

Common installed Python packages:

  • python3-gdal
  • python3-matplotlib
  • python3-wx
  • python3-numpy
  • python3-pillow
  • python3-pip
  • python3-ply
  • python3-pyopengl
  • python3-psycopg2
  • python3-six
  • python3-pywin32

Additional useful packages (e.g. python3-pandas, msys) can be installed in "Advanced Install" mode.

Variant B) Advanced installation

Use "Advanced Install Mode" to select development version, currently GRASS GIS 7.9.x

Use "Advanced installation" to select development version, currently GRASS GIS 7.9.x

winGRASS standalone installer

QGIS with winGRASS installer

  • QGIS including native winGRASS packages are provided here.


GNU/Linux

The official page GRASS GIS Download for GNU/Linux

Debian

A binary version of GRASS is available from the apt repository. As root type:

 apt-get install grass grass-doc

This is the easiest way to install GRASS on Debian. If you choose to install a binary version manually from the main web site, be sure to follow the instructions for making symlinks found as a note to the [7.x stable weekly snapshot] release.

DebianGIS

There is also the wonderful DebianGIS project which has a more recent GRASS version with its related packages. Read here for more details

Compiling GRASS from source

Installation on Fedora

Fedoraproject provides RPM-packages for stable releases prepared to install on Fedora systems:

 sudo dnf install grass grass-gui

Mageia

  • Mageia provides PROJ/GDAL/GRASS RPMs:
 urpmi grass

openSUSE

  • openSUSE provides GRASS and related RPM-packages:
sudo zypper refresh
sudo zypper install grass7

Alternatively, one can use the One-Click installer: https://software.opensuse.org/package/grass

Red Hat Enterprise Linux (RHEL, CentOS and EPEL)

  • Fedora offers GRASS and related binaries for CentOS and EPEL
 dnf install grass

Ubuntu

GRASS Binaries are available from apt/synaptic. From a terminal type:

 sudo apt-get install grass grass-doc

or alternatively, search for and install these packages from Synaptic. This is the easy way to get GRASS on your system. Even if you choose to install binaries from another source, you may want to install this version just so that all (most) dependencies are installed as painlessly as possible.

To get the latest version of GRASS on Ubuntu, compile the code from source. See the Compile and Install section for a shell script that makes this easy.

MacOS

Precompiled GRASS GIS 7 packages for macOS can be found here. These are distributed as zipped *.dmg packages. Opening the dmg prompts the user to simply drag and drop the app into the Applications folder. In fact, they must be installed into the Applications folder and may not run properly in other locations.

A brief introduction to how to install via MacPorts: Compiling on macOS using MacPorts.

Raspberry Pi

See the main page Raspberry Pi.