mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-23 15:59:59 +00:00
puae 2.3.1
This commit is contained in:
parent
afad1a2d7d
commit
c894b6c7dc
18
build_linux_qt.sh
Executable file
18
build_linux_qt.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user