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

Unified Diff: experimental/webtry/README.md

Issue 630093002: fix webtry local run documentation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months 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: experimental/webtry/README.md
diff --git a/experimental/webtry/README.md b/experimental/webtry/README.md
index 059b66e45eb8f4666f30fbb6bf7d710ce8d7bb25..e00fd58095482958b5413c8ca62a532367dc0f3d 100644
--- a/experimental/webtry/README.md
+++ b/experimental/webtry/README.md
@@ -9,16 +9,16 @@ immediately. To make sandboxing easier this must be built w/GPU off.
Running Locally
===============
- $ GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
tfarina 2014/10/06 16:12:56 How are the user going to build the C++ part? "bui
- $ ninja -C out/Debug webtry
+Set your SKIA_ROOT environment variable to point at your skia tree, then:
+
$ cd experimental/webtry
$ go get -d
- $ go build webtry.go
+ $ ./build
$ ./webtry
Then visit http://localhost:8000 in your browser.
-Only tested under linux, doubtful it will work on other platforms.
+Only tested under linux and MacOS, doubtful it will work on other platforms.
Server Setup
« 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