-
Notifications
You must be signed in to change notification settings - Fork 34
Yusuke Suzuki edited this page Oct 28, 2013
·
15 revisions
lv5 is ECMA262 5.1 VM project written in C++.
ECMA262 5.1 full support
BoehmGC and SCons is required.
First, install BoehmGC and SCons.
to install
sudo apt-get install libgc-dev libgc1c2
sudo apt-get install cmake
version number may be different.
install BoehmGC and CMake,
brew install bdw-gc
brew install cmake
and mv to the top directory of iv(repository/), and type it
mkdir out
bc. cd out
bc. cmake ..
bc. make lv5
SCons builds lv5 engine to repository/out/iv/lv5/lv5, so copy and use it.
cp iv/lv5/lv5 ../