Chromium Code Reviews| Index: docs/ozone_overview.md |
| diff --git a/docs/ozone_overview.md b/docs/ozone_overview.md |
| index 48fe5009dcbfd15edc35ec5738c2f8824c787c70..82cf9fb2dfc1fe836c42933d5d38320c93c771f7 100644 |
| --- a/docs/ozone_overview.md |
| +++ b/docs/ozone_overview.md |
| @@ -267,15 +267,17 @@ rendering only). In case you ever wanted to test embedded content shell on |
| tty. |
| It has been |
| [removed from the tree](https://codereview.chromium.org/2445323002/) and is no |
| -longer maintained but you can try the |
| -[latest working revision](https://chromium.googlesource.com/chromium/src/+/0e64be9cf335ee3bea7c989702c5a9a0934af037/ui/ozone/platform/caca/). |
| -You need additional dependencies (libcaca shared library and development files) |
| -that are not provided in the sysroot. Here are quick instructions to build and |
| -run it: |
| +longer maintained but you can |
| +[build it as an out-of-tree port](https://github.com/fred-wang/ozone-caca). |
| + |
| +Alternatively, your can try the latest revision known to work. First, install |
|
tonikitoo
2016/11/03 15:33:29
s/your/you
|
| +libcaca shared library and development files. Next, move to the git revision |
| +`0e64be9cf335ee3bea7c989702c5a9a0934af037` |
| +(you will probably need to synchronize the build dependencies with |
| +`gclient sync --with_branch_heads`). Finally, build and run the caca platform |
| +with the following commands: |
| ``` shell |
| -# Do this at revision 0e64be9cf335ee3bea7c989702c5a9a0934af037 |
| -gclient sync --with_branch_heads |
| gn args out/OzoneCaca \ |
| --args="use_ozone=true ozone_platform_caca=true use_sysroot=false ozone_auto_platforms=false toolkit_views=false" |
| ninja -C out/OzoneCaca content_shell |