Code: Select all
dspider@linux:~/src/scummvm-0.12.0$ ./configure
Running ScummVM configure...
Looking for C++ compiler... g++
Checking for compiler version... 4.2.3, ok
Checking endianness... little
Type with 1 byte... char
Type with 2 bytes... short
Type with 4 bytes... int
Running on x86... yes
Checking hosttype... linux-gnu
Alignment required... no
Checking whether building plugins was requested... no
Checking for Ogg Vorbis... no
Checking for Tremor... no
Checking for FLAC >= 1.0.1... no
Checking for MAD... no
Checking for ALSA >= 0.9... no
Checking for zlib... yes
Checking for libmpeg2 >= 0.3.2... no
Checking for libfluidsynth... no
Checking for nasm... /usr/bin/nasm
Engines (builtin):
SCUMM [all games]
AGI
AGOS
Cinematique evo 1
Drascula: The Vampire Strikes Back
Gobli*ns
Legend of Kyrandia
Lure of the Temptress
Parallaction
Flight of the Amazon Queen
SAGA
Beneath a Steel Sky
Broken Sword 1 (without mpeg2 cutscenes)
Broken Sword 2 (without mpeg2 cutscenes)
Touche: The Adventures of the Fifth Musketeer
Engines Skipped:
Cinematique evo 2
Igor: Objective Uikokahonia
M4/MADS
MADE
Backend... sdl, assembly routines, HQ scalers, MT-32 emu
Looking for sdl-config... none found!
dspider@linux:~/src/scummvm-0.12.0$
The wiki says I'm supposed to run ./configure, make and ./scummvm but it gives off a few errors at the ./configure part...
I did a "sudo apt-get install nasm" and it says Checking for nasm... /usr/bin/nasm somewhere in there. But what about:
"Alignment required... no
Checking whether building plugins was requested... no
Checking for Ogg Vorbis... no
Checking for Tremor... no
Checking for FLAC >= 1.0.1... no
Checking for MAD... no
Checking for ALSA >= 0.9... no
Checking for zlib... yes
Checking for libmpeg2 >= 0.3.2... no
Checking for libfluidsynth... no" ??
Please help. Thank you.
PS: I'm using Linux Mint 5 "Elyssa" (a bastard child of Ubuntu).