aboutsummaryrefslogtreecommitdiff
path: root/buildall
blob: dcfc6d6c9d80236674dbaf3724386c7d0da01a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh

# 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
./configure --enable-mmx && make install

cd scaf 
./configure && make install
cd ..


# build the experimental stuff
make -C opengl