file | description |
---|---|
v8-shell.cc | JavaScript Shell application using V8 |
v8-shell-extend.cc | Extended JavaScript Shell application using V8 |
libuv-async-read-file.c | libuv async read file example |
-
Install build tools
xcode-select --install
-
Install V8 headers and library
brew install v8
-
Install libuv headers and library
brew install --HEAD libuv
-
Fetch source code
Git clone git@github.com:dcheng666666/node-presentation.git
-
Build source code and run
make ./out/v8-shell