How to link against v8?
问题 I successfully compiled v8 javascript engine (on windows) ; now I try to follow the Getting started article but I am stuck at this point: Compile hello_world.cpp, linking to the static libraries created in the build process. The example is for linux (and probably for an earlier version). I tried to link against all libraries that I could without success: User@PC:/cygdrive/c/Users/Yvain/Documents/depot_tools/v8/build/Release g++ -std=c++0x -I"C:\Users\Yvain\Documents\depot_tools\v8" -Llib -lv8