mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-24 00:09:54 +00:00
10 lines
313 B
Bash
Executable File
10 lines
313 B
Bash
Executable File
# P-UAE
|
|
#
|
|
# 2010 Mustafa TUFAN
|
|
#
|
|
|
|
./bootstrap.sh
|
|
./configure --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --with-caps --enable-drvsnd --enable-amax --enable-cd32 --enable-scsi-device --enable-a2091 --enable-gayle --enable-ncr --target=i586 CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
|
|
make clean
|
|
make
|