We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c684e8b commit b263286Copy full SHA for b263286
docs/source/installation/linux.rst
@@ -54,10 +54,24 @@ To install cairo:
54
55
To install ffmpeg:
56
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
65
.. code-block:: bash
66
67
sudo dnf install ffmpeg
68
69
+Install python development headers in order to successfully build pycairo wheel:
70
71
72
73
+ sudo dnf install python3-devel
74
75
To install LaTeX:
76
77
0 commit comments