Skip to content

Commit

Permalink
Update install instructions for Linux (#6860)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 8, 2022
1 parent f1d68d1 commit c9249c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
![Ubuntu package](https://img.shields.io/ubuntu/v/gmt)
![Debian package](https://img.shields.io/debian/v/gmt)
![Fedora package](https://img.shields.io/fedora/v/GMT)
![Arch Linux package](https://img.shields.io/archlinux/v/community/x86_64/gmt)
![homebrew version](https://img.shields.io/homebrew/v/gmt)
![Conda](https://img.shields.io/conda/v/conda-forge/gmt)

Expand Down Expand Up @@ -165,7 +166,7 @@ Install GMT via:
You may also install other optional dependencies for more capabilities within GMT:

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-`rpm -E %fedora`.noarch.rpm
sudo dnf install ffmpeg
sudo dnf install ffmpeg GraphicsMagick

### RHEL/CentOS

Expand All @@ -184,7 +185,7 @@ Install GMT via:
You may also install other optional dependencies for more capabilities within GMT:

sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-`rpm -E %rhel`.noarch.rpm
sudo yum install ffmpeg
sudo yum install ffmpeg GraphicsMagick

### Ubuntu/Debian

Expand Down Expand Up @@ -274,7 +275,7 @@ The FreeBSD Ports Collection is a diverse collection of utility and application
Install precompiled gmt binaries with

```
$ pkg install gmt
pkg install gmt
```

**Compile from Ports**
Expand Down

0 comments on commit c9249c5

Please sign in to comment.