Tired of having to jump through hoops to build third-party libs? Mozilla Build Env – meh? Scons – meh? Apache build chain – meh? Ant – meh?
Yeah, me too.
Here’s a prepackaged environment to build Google V8 for Windows on MS Visual Studio 2010:
VS2010 Google V8 Build Tools
Unpack anywhere, run tools\build_libs.bat and you (should) end up with static libs: 32bit debug, 32bit release, 64bit debug, 64bit release.
Also includes a small script to svn in the latest V8 source.
And it takes care of Perforce check-out/add too (works only if you use Perforce of course).
Includes the following packages so you don’t have to hunt and install them:
- Google V8 source 3.6.6
- Python 2.7.2
- Scons 2.1.0
- Subversion 1.6.17
Have fun!