ManimCommunity / ManimPango

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

Unable to install manim, manimpango #108

Open mahdoosh1 opened 7 months ago

mahdoosh1 commented 7 months ago

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"

mahdoosh1 commented 7 months ago

I tried it in Pydroid 3 and didnt work either

mahdoosh1 commented 7 months ago

How can i download and install libpango1.0-dev from local file?

mahdoosh1 commented 7 months ago

There was libpangomm-1.4 and libpangomm-2.48 I tried installing them but still pangocairo missing.

mahdoosh1 commented 7 months ago

tried installing pycairo, still not fixed

naveen521kk commented 6 months ago

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?

mahdoosh1 commented 6 months ago

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?

mahdoosh1 commented 6 months ago

How can i download and install libpango1.0-dev from local file?

This would be helpful

naveen521kk commented 6 months ago

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.