ManimPango
ManimPango copied to clipboard
Unable to install manim, manimpango
Console gives me error that "pangocairo >= 1.30.0 is required."
i tried installing pango with "pkg install libpango1.0-dev" in termux and it said "Unable to find a repository with name libpango1.0-dev"
I tried it in Pydroid 3 and didnt work either
How can i download and install libpango1.0-dev from local file?
There was libpangomm-1.4 and libpangomm-2.48 I tried installing them but still pangocairo missing.
tried installing pycairo, still not fixed
I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?
I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?
I may can do it, but how?
How can i download and install libpango1.0-dev from local file?
This would be helpful
I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?
I may can do it, but how?
Download the source code from https://download.gnome.org/sources/pango/1.51/pango-1.51.0.tar.xz and then extract it. You would need meson and ninja to compile and see https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project on how to.
Since there's no reply, I'll consider this as fixed. Feel free to open a new issue or jump over at Discord to ask for help if you've any other issues.