Skip to content
Snippets Groups Projects
Commit c1f62fd5 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

(docs) Update build instructions for Fedora 34

parent b98f5dd1
No related branches found
No related tags found
No related merge requests found
......@@ -61,12 +61,20 @@ sudo apt-get update -qq && sudo apt-get install -y -qq git cmake wget unzip buil
### Linux/Fedora
**On Fedora < 34**:
On Fedora, you can install all the needed third-party dependencies by using the built-in `dnf` package manager:
```bash
dnf install --assumeyes make automake gcc gcc-c++ cmake git qt5 boost mercurial xerces-c-devel unzip freeglut-devel wget eigen3-devel
```
**On Fedora >= 34**:
```
dnf install --assumeyes make automake gcc gcc-c++ cmake git qt5-qtbase-devel boost mercurial xerces-c-devel unzip freeglut-devel wget eigen3-devel giflib-devel libjpeg-devel sqlite-devel
```
### Centos7
Packages shipped with Centos7, or installed by the YUM package manager, unfortunately are often too old. So, one needs to circumvent that, either by using pre-compiled bundles, or building from sources.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment