I am trying to compile the source in Visual Studio COmmunity 2013 but I get the error: Error C1083: Cannot open include file: 'v8.h': No such file or directory
Are these headers supposed to be part of the source tree?
No, it is external file. It is part of v8 JavaScript engine developed by Google. You will also need v8 lib file.
Log in to post a comment.
No, it is external file. It is part of v8 JavaScript engine developed by Google. You will also need v8 lib file.