Index: experimental/SkV8Example/README |
diff --git a/experimental/SkV8Example/README b/experimental/SkV8Example/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f69509d1567f8b368a9029eef6715658b2d855f6 |
--- /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 |
+ |
+ |