Skip to content

Commit 7db6c7f

Browse files
authored
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
1 parent 458b5b1 commit 7db6c7f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -qq \
66
gcc \
77
libcairo2-dev \
88
libffi-dev \
9+
libpango1.0-dev \
910
pkg-config \
1011
wget
1112

docs/source/installation/linux.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ To install cairo:
2626
2727
sudo apt install libcairo2-dev
2828
29+
To install Pango:
30+
31+
.. code-block:: bash
32+
33+
sudo apt install libpango1.0-dev
34+
2935
To install ffmpeg:
3036

3137
.. code-block:: bash
@@ -58,6 +64,12 @@ To install cairo:
5864
5965
sudo dnf install cairo-devel
6066
67+
To install Pango:
68+
69+
.. code-block:: bash
70+
71+
sudo dnf install pango-devel
72+
6173
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:
6274

6375
https://rpmfusion.org/Configuration/
@@ -96,6 +108,11 @@ To install cairo:
96108
97109
sudo pacman -S cairo
98110
111+
To install pango:
112+
113+
.. code-block:: bash
114+
115+
sudo pacman -S pango
99116
100117
To install ffmpeg:
101118

0 commit comments

Comments
 (0)