-
Notifications
You must be signed in to change notification settings - Fork 14
Wheel Build Mechanism
Naveen M K edited this page Feb 7, 2021
·
4 revisions
This page explains how wheels are built for ManimPango so that it works on major Operating Systems, including Windows, macOS, GNU/Linux.
Wheels for Linux are built after every commit, using Github Actions on manylinux2014
(shouldn't it be manylinux2010?) docker image, for both the arch's x86_64 as well as i686
. System libraries aren't used, instead, Pango and its dependencies are compiled from source. See this file for more info.
For Future: Compile for ARM targets using Travis or local infrastructure. Will anyone use it? Is it worth spending time on that?
[TODO]