Trying to get a better understanding how to embed v8
in another library by following along tutorials such as:
After cloning the repo you should be able to try each example via a simple make run
.
Example:
cd 001-getting-started && make run
The very first time v8
will get built. You can perform that step only by running make
from any of the example
directories.
Note:
- you should have
g++
(for older v8 versions),clang++
,svn
(for older v8 versions) andgit
installed on your system. - newer versions require
ninja
(brew install ninja
) to speed up the build
The examples and Makefile have been adapted to work with v8 versions (stored at different at the following branches/tags):