Commit 6500aa23 authored by mtufan's avatar mtufan

puae 2.3.2

parent d4b1bde8
# P-UAE
#
# 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
#
#
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
other=" --with-caps --enable-amax --enable-gccopt"
scg=" --with-libscg-prefix=/opt/schily"
#
#
./bootstrap.sh
./configure $base $cd32 $a600 $scsi $other $scg CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
make clean
make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment