File: buildall

package info (click to toggle)
pdp 1%3A0.12.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,188 kB
  • ctags: 3,325
  • sloc: ansic: 19,727; asm: 1,973; makefile: 351; perl: 145; sh: 83; cpp: 4
file content (19 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (6)
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