Rev 1026 | Rev 1048 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
#!/bin/bash
svn checkout http://v8.googlecode.com/svn/trunk/ v8
svn checkout http://v8.googlecode.com/svn/trunk/ src/v8
cd v8
cd src/v8
scons mode=release snapshot=on
cd ..
cd ../..