skia2/cmake/README.md
msarett 4691d99d7e Add SkCodec to the CMake build
BUG=skia:4956
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1705503002
CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot

Review URL: https://codereview.chromium.org/1705503002
2016-02-16 13:16:40 -08:00

24 lines
706 B
Markdown

CMake build for Skia
====================
This directory contains experiemental CMake build files for Skia.
They are primarily targeted at building Skia as it would be shipped,
not at day-to-day Skia development.
Quickstart
----------
$ cd skia/cmake
$ cmake . -G Ninja # Other CMake generators should work fine.
$ ninja
$ ls -l libskia.* example
$ ./example
$ open example.png
If that works, you should see "Hello World!" with a green-to-purple gradient.
Currently supported platforms
-----------------------------
(None. This is still super experimental.)
Currently maybe-kinda-working platforms
---------------------------------------
- x86-64 Mac OS X, Ubuntu 15.04