tbuild.sh - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tbuild.sh (338B)
---
1 #!/bin/sh
2 set -e
3 if ! test -r ./configure; then
4 ./autogen.sh
5 fi
6 ./configure \
7 --enable-curses-client \
8 --disable-gui-client \
9 --disable-nls \
10 --enable-strict \
11 --without-esd \
12 --disable-gui-server \
13 --disable-plugins \
14 --without-sdl \
15 --disable-networking \
16 --localstate=/tmp \
17 LIBS="-ltinfo"
18 make
19 cp src/dopewars vaccinewars