ManimCommunity / ManimPango

Binding for Pango, to use with Manim.
https://manimpango.manim.community
MIT License
41 stars 13 forks source link

Building/dependencies #90

Closed ma-laforge closed 2 years ago

ma-laforge commented 2 years ago

On fresh Ubuntu 22.04 install:

apt install libpango1.0-dev pkg-config python3-dev

was insufficient to pip install manimpango

Had to add: apt install build-essential

for it to work.

naveen521kk commented 2 years ago

Yeah it's assumed that you have a working C/C++ compiler and it's mentioned in the docs/README https://github.com/ManimCommunity/ManimPango#linuxmacos