mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Merge pull request #632 from tcztzy/master
Arch Linux installation guild
This commit is contained in:
commit
43d28a8595
1 changed files with 23 additions and 0 deletions
|
@ -39,3 +39,26 @@ the ``activate`` binary by doing ``source bin/activate``, to exit use the ``deac
|
||||||
|
|
||||||
texlive texlive-latex-extra texlive-fonts-extra
|
texlive texlive-latex-extra texlive-fonts-extra
|
||||||
texlive-latex-recommended texlive-science texlive-fonts-extra tipa
|
texlive-latex-recommended texlive-science texlive-fonts-extra tipa
|
||||||
|
|
||||||
|
Arch Linux
|
||||||
|
----------
|
||||||
|
Install system libraries::
|
||||||
|
|
||||||
|
# pacman -S cairo ffmpeg opencv sox
|
||||||
|
|
||||||
|
Install Latex distribution::
|
||||||
|
|
||||||
|
# pacman -S texlive-most
|
||||||
|
|
||||||
|
OR install python-manimlib_:sup:`AUR` package::
|
||||||
|
|
||||||
|
$ git clone https://aur.archlinux.org/python-manimlib.git
|
||||||
|
$ cd python-manimlib
|
||||||
|
$ makepkg -si
|
||||||
|
|
||||||
|
You can use AUR helpers such as yay_:sup:`AUR`::
|
||||||
|
|
||||||
|
$ yay -S python-manimlib
|
||||||
|
|
||||||
|
.. _python-manimlib: https://aur.archlinux.org/packages/python-manimlib/
|
||||||
|
.. _yay: https://aur.archlinux.org/packages/yay/
|
||||||
|
|
Loading…
Add table
Reference in a new issue