You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update installation docs for linux - pango (#1060)
* Linux users should install Pango also
see ManimCommunity/ManimPango#27
manylinux wheels are to be removed in next release on ManimPango
* Add changes to Docker also
* don't mix tabs and spaces
Copy file name to clipboardExpand all lines: docs/source/installation/linux.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ To install cairo:
26
26
27
27
sudo apt install libcairo2-dev
28
28
29
+
To install Pango:
30
+
31
+
.. code-block:: bash
32
+
33
+
sudo apt install libpango1.0-dev
34
+
29
35
To install ffmpeg:
30
36
31
37
.. code-block:: bash
@@ -58,6 +64,12 @@ To install cairo:
58
64
59
65
sudo dnf install cairo-devel
60
66
67
+
To install Pango:
68
+
69
+
.. code-block:: bash
70
+
71
+
sudo dnf install pango-devel
72
+
61
73
To install ffmpeg, you have to add RPMfusion repository (If it's not already added). Please follow the instructions for your specific distribution in the following URL:
0 commit comments