aboutsummaryrefslogtreecommitdiff
path: root/buildall
blob: 155633fd1b3c8caea9601511bc79a395e56799bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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