Skip to content

Commit b263286

Browse files
Fix Fedora/CentOS/RHEL installation procedure
1 parent c684e8b commit b263286

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/source/installation/linux.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,24 @@ To install cairo:
5454
5555
To install ffmpeg:
5656

57+
Add RPMfusion repository if it's not already added:
58+
59+
.. code-block:: bash
60+
61+
sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
62+
63+
Install ffmpeg from RPMfusion repository:
64+
5765
.. code-block:: bash
5866
5967
sudo dnf install ffmpeg
6068
69+
Install python development headers in order to successfully build pycairo wheel:
70+
71+
.. code-block:: bash
72+
73+
sudo dnf install python3-devel
74+
6175
To install LaTeX:
6276

6377
.. code-block:: bash

0 commit comments

Comments
 (0)