diff options
Diffstat (limited to 'buildall')
-rwxr-xr-x | buildall | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/buildall b/buildall deleted file mode 100755 index 155633f..0000000 --- a/buildall +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 - |