OLD | NEW |
1 Linux | 1 Linux |
2 ===== | 2 ===== |
3 | 3 |
4 Quickstart | 4 Quickstart |
5 ---------- | 5 ---------- |
6 | 6 |
7 1. Install depot tools. | 7 1. Install depot tools. |
8 | 8 |
9 <!--?prettify lang=sh?--> | 9 <!--?prettify lang=sh?--> |
10 | 10 |
(...skipping 19 matching lines...) Expand all Loading... |
30 | 30 |
31 bin/sync-and-gyp && ninja -C out/Debug | 31 bin/sync-and-gyp && ninja -C out/Debug |
32 | 32 |
33 5. Run DM (the Skia test app) and SampleApp. | 33 5. Run DM (the Skia test app) and SampleApp. |
34 | 34 |
35 <!--?prettify lang=sh?--> | 35 <!--?prettify lang=sh?--> |
36 | 36 |
37 out/Debug/dm | 37 out/Debug/dm |
38 out/Debug/SampleApp | 38 out/Debug/SampleApp |
39 | 39 |
40 Prerequisites | 40 <a name="prerequisites"></a>Prerequisites |
41 ------------- | 41 ------------- |
42 | 42 |
43 On a Ubuntu 12.04 (Precise) or Ubuntu 14.04 (Trusty) system, you can run | 43 On a Ubuntu 12.04 (Precise) or Ubuntu 14.04 (Trusty) system, you can run |
44 `tools/install_dependencies.sh`, which will install the needed packages. On | 44 `tools/install_dependencies.sh`, which will install the needed packages. On |
45 Ubuntu 12.04, you will need to install the`ninja` build tool separately, which | 45 Ubuntu 12.04, you will need to install the`ninja` build tool separately, which |
46 comes with Chromium's `depot_tools`. | 46 comes with Chromium's `depot_tools`. |
47 | 47 |
48 To contribute changes back to Skia, you will need `git-cl`, which comes with Chr
omium's `depot_tools`. | 48 To contribute changes back to Skia, you will need `git-cl`, which comes with Chr
omium's `depot_tools`. |
49 | 49 |
50 (If you use another Linux distribution, please consider contributing back | 50 (If you use another Linux distribution, please consider contributing back |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 Build tools | 162 Build tools |
163 ----------- | 163 ----------- |
164 | 164 |
165 make -j tools | 165 make -j tools |
166 out/Debug/skdiff | 166 out/Debug/skdiff |
167 | 167 |
168 Clean up all generated files | 168 Clean up all generated files |
169 ---------------------------- | 169 ---------------------------- |
170 | 170 |
171 make clean | 171 make clean |
OLD | NEW |