Subversion Repositories HomeAutomation

Rev

Rev 1026 | Blame | Last modification | View Log | SVN | RSS feed

  1. #!/bin/bash
  2.  
  3. svn checkout http://v8.googlecode.com/svn/trunk/ src/v8
  4. cd src/v8
  5. scons mode=release snapshot=on
  6. cd ../..
  7.