mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-22 23:40:31 +00:00
19 lines
388 B
Bash
Executable File
19 lines
388 B
Bash
Executable File
# P-UAE
|
|
#
|
|
# 2006-2011 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
|