Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

71 bytes removed ,  16:04, 4 December 2015
Line 36: Line 36:
For example, we would run configure like this to build scummvm with dispmanx support enabled:
For example, we would run configure like this to build scummvm with dispmanx support enabled:


./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
./configure --host=raspberrypi --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


Remember you should have exported the RPI_ROOT enviroment variable previously.
Remember you should have exported the RPI_ROOT enviroment variable previously.
Also, these instructions can be used to cross-build a basic version with not dispmanx support if we don't pass the --enable-dispmanx parameter.
On the raspberrypi host, SDL2 will be always used since it provides graphics acceleration.


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

edits