Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

26 bytes removed ,  17:19, 18 October 2015
Line 33: Line 33:
Now we configure scummvm buildsystem so it knows what backend we want and where is our raspberry pi local sysroot living, containing the Raspberry Pi headers and libs the cross-compiler and linker will need. In this example configuration, we disable additional libs, and debug symbols since it's intended for final users.
Now we configure scummvm buildsystem so it knows what backend we want and where is our raspberry pi local sysroot living, containing the Raspberry Pi headers and libs the cross-compiler and linker will need. In this example configuration, we disable additional libs, and debug symbols since it's intended for final users.


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 support, we would pass the --enable-dispmanx parameter to the configure script.
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:


25

edits