Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

→‎Configuring ScummVM: Mention --no-keep-memory option for linking on a RPi itself.
(→‎Configuring ScummVM: Remove note about dispmanx option which does not exist anymore.)
(→‎Configuring ScummVM: Mention --no-keep-memory option for linking on a RPi itself.)
Line 37: Line 37:
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.
On the raspberrypi host, SDL2 will be always used since it provides graphics acceleration.
''Note:'' If you are building ScummVM on your RPi itself, you might run out of memory during linking. If you use GNU ld for compiling you can try exporting LDFLAGS="-Wl,--no-keep-memory" before running configure. This tells GNU ld to optimize for memory usage.


== Compiling ScummVM ==
== Compiling ScummVM ==
561

edits