add environment variable to webtry local run documentation
BUG=skia: Review URL: https://codereview.chromium.org/631693003
This commit is contained in:
parent
de9bec4f04
commit
bc3dbbd8fd
@ -9,7 +9,13 @@ immediately. To make sandboxing easier this must be built w/GPU off.
|
|||||||
Running Locally
|
Running Locally
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Set your SKIA_ROOT environment variable to point at your skia tree, then:
|
One time setup:
|
||||||
|
|
||||||
|
$ export SKIA_ROOT=path_to_your_skia_source
|
||||||
|
$ export WEBTRY_INOUT=path_to_a_writeable_directory
|
||||||
|
$ mkdir -p $WEBTRY_INOUT
|
||||||
|
|
||||||
|
Then, to run:
|
||||||
|
|
||||||
$ cd experimental/webtry
|
$ cd experimental/webtry
|
||||||
$ go get -d
|
$ go get -d
|
||||||
|
Loading…
Reference in New Issue
Block a user