| OLD | NEW |
| 1 CMake build for Skia | 1 CMake build for Skia |
| 2 ==================== | 2 ==================== |
| 3 This directory contains experiemental CMake build files for Skia. | 3 This directory contains experiemental CMake build files for Skia. |
| 4 They are primarily targeted at building Skia as it would be shipped, | 4 They are primarily targeted at building Skia as it would be shipped, |
| 5 not at day-to-day Skia development. | 5 not at day-to-day Skia development. |
| 6 | 6 |
| 7 Quickstart | 7 Quickstart |
| 8 ---------- | 8 ---------- |
| 9 | 9 |
| 10 <!--?prettify lang=sh?--> | 10 <!--?prettify lang=sh?--> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 Currently maybe-kinda-working platforms | 26 Currently maybe-kinda-working platforms |
| 27 --------------------------------------- | 27 --------------------------------------- |
| 28 - x86-64 Mac OS X | 28 - x86-64 Mac OS X |
| 29 - x86-64 Ubuntu 15.04 | 29 - x86-64 Ubuntu 15.04 |
| 30 - x86-64 Windows 10, with extra caveats: | 30 - x86-64 Windows 10, with extra caveats: |
| 31 * Compiles against DirectWrite, not GDI, for fonts | 31 * Compiles against DirectWrite, not GDI, for fonts |
| 32 * Configure with `cmake . -G "Visual Studio 14 2015"` . | 32 * Configure with `cmake . -G "Visual Studio 14 2015"` . |
| 33 * Compile with `cmake --build . --config Release` . | 33 * Compile with `cmake --build . --config Release` . |
| 34 * Still has too many warnings. | 34 * Still has too many warnings. |
| 35 * Poorly tested as yet. | 35 * Poorly tested as yet. |
| 36 |
| OLD | NEW |