Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 332 Bytes

libskia

A simple python project to build binary package of Google Skia.

Prerequisites

  • clang

Checkout

$ git clone --recursive https://github.com/wiztk/libskia.git

Build

$ cd libskia
$ ./script/build.py

This will build and copy header/source files to out/ directory.