Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2990)

Unified Diff: docs/ozone_overview.md

Issue 2473713002: Improve documentation for Ozone/Caca (Closed)
Patch Set: Fix typo Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ozone_overview.md
diff --git a/docs/ozone_overview.md b/docs/ozone_overview.md
index 48fe5009dcbfd15edc35ec5738c2f8824c787c70..965c3320dcb49e59ffaf170dd466abc30a07980a 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, you can try the latest revision known to work. First, install
+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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698