PUAE/build_linux_qt.sh

19 lines
388 B
Bash
Raw Normal View History

2010-12-13 09:50:52 +00:00
# P-UAE
#
2011-02-24 13:20:27 +00:00
# 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
2010-12-13 09:50:52 +00:00
#
#
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
wiqt=" --with-qt "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
other=" --with-caps --enable-amax "
#
#
./bootstrap.sh
./configure $base $wiqt $cd32 $a600 $scsi $other
make clean
make