Skip to content

Instantly share code, notes, and snippets.

@troyk
Created June 26, 2012 23:10
Show Gist options
  • Save troyk/2999999 to your computer and use it in GitHub Desktop.
Save troyk/2999999 to your computer and use it in GitHub Desktop.
PLV8 build/install
git clone git://github.com/v8/v8.git
cd ./v8
git checkout remotes/origin/3.11
make dependencies
make -j 2 library=shared x64.release
# not sure if this is required, also will be .so lib on linux systems
sudo cp ./out/x64.release/libv8.dylib /usr/lib
cd ../
git clone https://code.google.com/p/plv8js/
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment