- install python
- install scons
- install svn
- checkout v8
svn checkout http://v8.googlecode.com/svn/trunk/ v8
- edit Sconstruct and comment out
-Werror
(maybe there's a way to disable it from command line)vim v8/SConstruct
cd v8
scons
g++ -Iinclude samples\shell.cc libv8.a -lwinmm -lws2_32 -o v8.exe
Tuesday, February 16, 2010
v8 on mingw
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment