Skip to content

Commit 1a0e0a8

Browse files
AnnaSnoeijs3d-gussner
authored andcommitted
Added description on how to install dependencies on Fedora based distributions
1 parent e10c8d9 commit 1a0e0a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Assuming a recent Debian/Ubuntu distribution, install the dependencies globally
4949

5050
sudo apt-get install cmake ninja python3-pyelftools python3-polib python3-regex gettext
5151

52+
When using a recent Fedora(non-atomic)/RHEL distribution, install the dependencies globally with:
53+
54+
sudo dnf install cmake ninja-build python3-pyelftools python3-polib python3-regex gettext
55+
56+
When using a Fedora Atomic/UBlue distribution use `rpm-ostree install --allow-inactive` instead of `sudo dnf install`
57+
5258
Prusa-Firmware depends on a pinned version of `avr-gcc` and the external `prusa3dboards` package. These can be setup using `./utils/bootstrap.py`:
5359

5460
# automatically setup dependencies

0 commit comments

Comments
 (0)