Skip to content

Commit

Permalink
Update instructions about how to install dependencies for Archlinux a…
Browse files Browse the repository at this point in the history
…nd FreeBSD. (#758)
  • Loading branch information
holishing authored and seisman committed May 23, 2019
1 parent 8226f35 commit 900136b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BUILDING.md
Expand Up @@ -131,6 +131,46 @@ Install the GMT dependencies with:
# to build the documentation in PDF format
sudo dnf install python-sphinx-latex

### Archlinux

For Archlinux, there are prepackaged development binaries available.
Install the gmt dependencies with:

# install necessary dependencies
sudo pacman -S base-devel cmake libcurl-gnutls netcdf ghostscript

# install optional dependencies
sudo pacman -S gdal pcre fftw lapack openblas

# to enable movie-making
sudo pacman -S graphicsmagick ffmpeg

# to enable testing
sudo pacman -S graphicsmagick

# to build the documentation
sudo pacman -S python-sphinx

### FreeBSD

For FreeBSD, there are prepackaged development binaries available.
Install the gmt dependencies with:

# install necessary dependencies
sudo pkg install shells/bash devel/cmake ftp/curl science/netcdf print/ghostscript9

# install optional dependencies
sudo pkg install graphics/gdal devel/pcre math/fftw3-float math/lapack math/openblas

# to enable movie-making
sudo pkg install graphics/GraphicsMagick multimedia/ffmpeg

# to enable testing
sudo pkg install graphics/GraphicsMagick

# to build the documentation
sudo pkg install py36-sphinx

### macOS with homebrew

For macOS with [homebrew](https://brew.sh/) installed, you can install the dependencies with:
Expand Down

0 comments on commit 900136b

Please sign in to comment.