Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

Line 34: Line 34:


Depending on whether we want dispmanx or GLES support, we would pass --enable-dispmanx or --enable-gles-rpi parameters to the configure script.
Depending on whether we want dispmanx or GLES support, we would pass --enable-dispmanx or --enable-gles-rpi parameters to the configure script.
For example, we would run configure like this to build a dispmanx version:
For example, we would run configure like this to build scummvm with dispmanx support enabled:


./configure --host=raspberrypi --with-sdl-prefix=$RPI_ROOT/usr --enable-dispmanx --disable-debug --enable-release --enable-optimizations --disable-mt32emu --disable-flac
./configure --host=raspberrypi --enable-dispmanx --with-sdl-prefix=$RPI_ROOT/usr --disable-debug --enable-release --enable-optimizations --disable-mt32emu --disable-flac --disable-mad --disable-vorbis --disable-tremor --disable-fluidsynth --disable-taskbar --disable-timidity --disable-alsa
--disable-mad --disable-vorbis --disable-tremor
--disable-fluidsynth --disable-taskbar --disable-timidity --disable-alsa


== Compiling ScummVM ==
== Compiling ScummVM ==
25

edits