aboutsummaryrefslogtreecommitdiff
path: root/buildall
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
committerTom Schouten <doelie@users.sourceforge.net>2006-09-01 13:45:31 +0000
commit7591a024f184bd385d35583d19d86c1d5f2531ba (patch)
tree77aa0c44ccb700eb9a2b16e1b246e3c8026c40ed /buildall
parent91dd6b68f0f209ad015a303095bb1df018dca71e (diff)
pdp current darcs merge
svn path=/trunk/externals/pdp/; revision=5816
Diffstat (limited to 'buildall')
-rwxr-xr-xbuildall7
1 files changed, 4 insertions, 3 deletions
diff --git a/buildall b/buildall
index 155633f..dcfc6d6 100755
--- a/buildall
+++ b/buildall
@@ -3,16 +3,17 @@
# a build script to build and configure the entire pdp distro
# might need some editing to work for you
+# PREFIX=--prefix=/home/tom/pd
+
# build the stable stuff
-autoconf && ./configure --enable-mmx --prefix=/home/tom/pd && make install
+./configure --enable-mmx && make install
cd scaf
-autoconf && ./configure && make install
+./configure && make install
cd ..
# build the experimental stuff
-
make -C opengl