diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-13 15:30:06 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-13 15:30:06 +0000 |
commit | 310ec8e32ca03757a9dec46be4f108efe01ba757 (patch) | |
tree | 9cbb9931351f05a45c68c399af8a7b1c73fb57fb /experimental | |
parent | bda591c739001b41d77048d680f81e05723cbc05 (diff) |
Update directions and lib paths for ninja.
BUG=skia:
R=robertphillips@google.com
Author: jcgregorio@google.com
Review URL: https://codereview.chromium.org/161163003
git-svn-id: http://skia.googlecode.com/svn/trunk@13429 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/SkV8Example/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/SkV8Example/README b/experimental/SkV8Example/README index f69509d156..da03114692 100644 --- a/experimental/SkV8Example/README +++ b/experimental/SkV8Example/README @@ -9,7 +9,7 @@ before you can compile and run this sample: 2. Run 'make dependencies' in third_pary/externals/v8. 3. Run 'make native' in third_pary/externals/v8. 4. Uncomment SkV8Example in gyp/everything.gyp. -5. Run 'make -C out/ SkV8Example BUILDTYPE=Debugmake' +5. Run 'ninja -C out/Debug SkV8Example' 6. Run the sample as: ./out/Debug/SkV8Example --infile experimental/SkV8Example/speed.js |