puae 2.3.1

This commit is contained in:
GnoStiC 2010-12-13 11:50:52 +02:00
parent afad1a2d7d
commit c894b6c7dc

18
build_linux_qt.sh Executable file
View File

@ -0,0 +1,18 @@
# P-UAE
#
# 2010 Mustafa TUFAN (aka GnoStiC/BRONX)
#
#
#
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