Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update INSTALL.md updated CentOS8 install instructions (#6925)
Browse files Browse the repository at this point in the history
* commit '6d110ddea':
  Update INSTALL.md updated CentOS8 install instructions (#6925)
  • Loading branch information
anoadragon453 committed Mar 24, 2020
2 parents 9efb33d + 6d110dd commit 82bf3bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,21 @@ sudo pacman -S base-devel python python-pip \

#### CentOS/Fedora

Installing prerequisites on CentOS 7 or Fedora 25:
Installing prerequisites on CentOS 8 or Fedora>26:

```
sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
libwebp-devel tk-devel redhat-rpm-config \
python3-virtualenv libffi-devel openssl-devel
sudo dnf groupinstall "Development Tools"
```

Installing prerequisites on CentOS 7 or Fedora<=25:

```
sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
lcms2-devel libwebp-devel tcl-devel tk-devel redhat-rpm-config \
python-virtualenv libffi-devel openssl-devel
python3-virtualenv libffi-devel openssl-devel
sudo yum groupinstall "Development Tools"
```

Expand Down
1 change: 1 addition & 0 deletions changelog.d/6925.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated CentOS8 install instructions. Contributed by Richard Kellner.

0 comments on commit 82bf3bd

Please sign in to comment.