blob: f650cf9dec8655de97534489141055d31ebf8bcc [file] [log] [blame]
commit-bot@chromium.orgb1639842014-01-08 15:14:09 +00001Build Instructions
2==================
3
4V8 gyp is not quite standard and Chromium uses a Python script
5to work around that, for now we have some manual steps to do
6before you can compile and run this sample:
7
81. Uncomment out the v8 dep in DEPS and re-run gclient sync.
92. Run 'make dependencies' in third_pary/externals/v8.
103. Run 'make native' in third_pary/externals/v8.
114. Uncomment SkV8Example in gyp/everything.gyp.
commit-bot@chromium.org310ec8e2014-02-13 15:30:06 +0000125. Run 'ninja -C out/Debug SkV8Example'
commit-bot@chromium.orgb1639842014-01-08 15:14:09 +0000136. Run the sample as:
robertphillips59b38152014-10-24 20:02:31 -070014 ./out/Debug/SkV8Example --infile experimental/SkV8Example/js/speed.js
commit-bot@chromium.orgb1639842014-01-08 15:14:09 +000015
16