0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
mongodb/bin/buildDeps
2009-01-30 13:13:49 -05:00

17 lines
257 B
Tcsh

#!/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