Skip to content

Commit c734b62

Browse files
authored
Improving build instructions for RHEL derivatives (#59213)
For a start, I've only added the package names for `rpm`-based distributions and fixed a wrong number. If you want to, you can merge it right away. But I can also try and see whether there are more hints and docs that I can update in the following week(s).
1 parent 3ee0bb9 commit c734b62

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and then use the command prompt to change into the resulting julia directory. By
9797
Julia. However, most users should use the [most recent stable version](https://github.com/JuliaLang/julia/releases)
9898
of Julia. You can get this version by running:
9999

100-
git checkout v1.11.5
100+
git checkout v1.11.6
101101

102102
To build the `julia` executable, run `make` from within the julia directory.
103103

doc/src/devdocs/build/build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ On Debian-based distributions (e.g. Ubuntu), you can easily install them with `a
181181
sudo apt-get install build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config curl
182182
```
183183

184+
On Red Hat-based distributions (e.g. Fedora, CentOS), you can install them with `yum`:
185+
```
186+
sudo dnf install gcc gcc-c++ gcc-gfortran python3 perl wget m4 cmake pkgconfig curl
187+
```
188+
184189
Julia uses the following external libraries, which are automatically
185190
downloaded (or in a few cases, included in the Julia source
186191
repository) and then compiled from source the first time you run

0 commit comments

Comments
 (0)