Skip to content

Instantly share code, notes, and snippets.

@leocosta
Last active December 15, 2015 06:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leocosta/5218376 to your computer and use it in GitHub Desktop.
Save leocosta/5218376 to your computer and use it in GitHub Desktop.
Installing Google V8 Javascript Engine on Linux
sudo apt-get install g++
sudo svn checkout http://v8.googlecode.com/svn/trunk/ /usr/local/v8
cd /usr/local/v8
make dependencies
make [arch] snapshot=on gdbjit=on liveobjectlist=on debuggersupport=on
sudo scons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment