#!/bin/tcsh

cd ..
test ! -d v8 && svn checkout http://v8.googlecode.com/svn/trunk/ v8
cd v8
scons libv8.a

cd ..
test ! -d unittest && svn co http://svn.red-bean.com/unittest/trunk/ unittest
cd unittest
./configure --prefix=/usr/local
make
make install



