25
edits
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 | ./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. | ||
On the raspberrypi host, SDL2 will be always used since it provides graphics acceleration. | |||
== Compiling ScummVM == | == Compiling ScummVM == |
edits