We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc5fbe1 + 98faf7e commit c48c4b6Copy full SHA for c48c4b6
README.md
@@ -69,8 +69,13 @@ manim-render example_scenes.py OpeningManimExample
69
```sh
70
brew install ffmpeg mactex
71
```
72
+
73
+2. If you are using an ARM-based processor, install Cairo.
74
+ ```sh
75
+ arch -arm64 brew install pkg-config cairo
76
+ ```
77
-2. Install latest version of manim using these command.
78
+3. Install latest version of manim using these command.
79
80
git clone https://github.com/3b1b/manim.git
81
cd manim
0 commit comments