Created
June 26, 2012 23:10
-
-
Save troyk/2999999 to your computer and use it in GitHub Desktop.
PLV8 build/install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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