aboutsummaryrefslogtreecommitdiff
path: root/buildall
diff options
context:
space:
mode:
Diffstat (limited to 'buildall')
-rwxr-xr-xbuildall18
1 files changed, 18 insertions, 0 deletions
diff --git a/buildall b/buildall
new file mode 100755
index 0000000..155633f
--- /dev/null
+++ b/buildall
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# a build script to build and configure the entire pdp distro
+# might need some editing to work for you
+
+
+# build the stable stuff
+autoconf && ./configure --enable-mmx --prefix=/home/tom/pd && make install
+
+cd scaf
+autoconf && ./configure && make install
+cd ..
+
+
+# build the experimental stuff
+
+make -C opengl
+