aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SkV8Example/README
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-08 15:14:09 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-08 15:14:09 +0000
commitb163984ae775ae229b8f7fc5573f9d28eaf33c19 (patch)
tree385691553fb5f630ba1aaf898db8509c208ee6bc /experimental/SkV8Example/README
parent7bdc75988861413ddb93472baa967017c0d3406d (diff)
Move v8 into third_party.
BUG= R=robertphillips@google.com Author: jcgregorio@google.com Review URL: https://codereview.chromium.org/116693004 git-svn-id: http://skia.googlecode.com/svn/trunk@12954 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental/SkV8Example/README')
-rw-r--r--experimental/SkV8Example/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/experimental/SkV8Example/README b/experimental/SkV8Example/README
new file mode 100644
index 0000000000..f69509d156
--- /dev/null
+++ b/experimental/SkV8Example/README
@@ -0,0 +1,16 @@
+Build Instructions
+==================
+
+V8 gyp is not quite standard and Chromium uses a Python script
+to work around that, for now we have some manual steps to do
+before you can compile and run this sample:
+
+1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
+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'
+6. Run the sample as:
+ ./out/Debug/SkV8Example --infile experimental/SkV8Example/speed.js
+
+