pcre: fork, fix sources
[kiss-trunc88.git] / fltk / build
blob55ab3230f79aed26c4fc0b572cd2665d7b900718
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --bindir=/usr/bin \
6 --enable-shared \
7 --disable-xinerama \
8 --with-links \
9 --with-x
11 make
12 make DESTDIR="$1" install