How to build Google V8?

Started by
2 comments, last by rip-off 11 years, 4 months ago
Hello there!
I've been trying to build the v8 source in hope of getting some communication between javascript and my project. I've read through the official documentation countless times with no luck or understanding. Could anyone helpfully point me into the right direction or even better yet, provide me with a pre-built binary of the sort?

I'm running Windows 8 (x64), with VS2010 and VS2012 installed, if it helps.


Thank you in advance.
Advertisement
Did you follow this guide to the letter?

http://code.google.com/p/v8/wiki/BuildingWithGYP

Software Engineer | Credited Titles: League of Legends, Hearthstone


Did you follow this guide to the letter?

http://code.google.c...BuildingWithGYP

When building I get the error, "Import error, no module named gyp".

I've installed gyp and even went and placed it inside python's directory. I'm hoping someone could just provide me with a built copy of v8 now ;_;
Please do not cross post.

This topic is closed to new replies.

Advertisement