Skip to content

Commit

Permalink
Update Fedora and RHEL requirements in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 13, 2024
1 parent fba798f commit 895ed15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ To create a Windows installer, you will also need to install
The only runtime dependency that OpenELP has is on the PCRE2 shared library,
unless PCRE2 was bundled into OpenELP.

To install these prerequisites on Fedora (23+) and CentOS/RHEL (6+ w/EPEL), run:
To install these prerequisites on Fedora and RHEL (w/EPEL), run:
```
sudo yum install cmake doxygen gcc pcre2-devel pkgconfig openssl-devel
sudo dnf install cmake doxygen gcc pcre2-devel pkgconfig openssl-devel
```

Compiling
Expand Down

0 comments on commit 895ed15

Please sign in to comment.