• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.gitignoreD22-Nov-2023159 1512

CMakeLists.txtD22-Nov-202311.4 KiB332287

README.mdD22-Nov-2023706 2420

SkUserConfig.h.inD22-Nov-2023246 1612

cmake_buildD22-Nov-2023872 3420

example.cppD22-Nov-20233.6 KiB9867

README.md

1CMake build for Skia
2====================
3This directory contains experiemental CMake build files for Skia.
4They are primarily targeted at building Skia as it would be shipped,
5not at day-to-day Skia development.
6
7Quickstart
8----------
9    $ cd skia/cmake
10    $ cmake . -G Ninja     # Other CMake generators should work fine.
11    $ ninja
12    $ ls -l libskia.* example
13    $ ./example
14    $ open example.png
15If that works, you should see "Hello World!" with a green-to-purple gradient.
16
17Currently supported platforms
18-----------------------------
19  (None.  This is still super experimental.)
20
21Currently maybe-kinda-working platforms
22---------------------------------------
23  - x86-64 Mac OS X, Ubuntu 15.04
24