This repo is dedicated to building Skia binaries for use in Skija and Skiko.
Prebuilt binaries can be found in releases.
Update skia_branch
, skia_commit
and release
in .github/workflows/build.yml.
python3 script/checkout.py --version m89-19889d74fa
python3 script/build.py
python3 script/archive.py
More options can be specified for checkout:
python3 script/checkout.py [--version VERSION]
To build a debug build:
python3 script/checkout.py --version m89-19889d74fa
python3 script/build.py --debug
python3 script/archive.py --debug