Difference between revisions of "Compiling ScummVM/RPI"

Jump to navigation Jump to search
Line 43: Line 43:
== Compiling ScummVM ==
== Compiling ScummVM ==


run "make clean" and then "make -j<n>", where n is the number of cores available on your compilation machine x2.
Run
<nowiki>
make clean
make -j$(nproc)</nowiki>


== Installing ScummVM on the Raspberry Pi ==
== Installing ScummVM on the Raspberry Pi ==


Simply copy over the resulting ''scummvm'' executable to your Raspberry Pi (Raspbian OS) SD Card. A good idea is to create a ''scummvm'' folder in your ''/home/pi'' directory on Raspbian, and put the executable there along with any games you want to use with it.
Simply copy over the resulting ''scummvm'' executable to your Raspberry Pi (Raspbian OS) SD Card. A good idea is to create a ''scummvm'' folder in your ''/home/pi'' directory on Raspbian, and put the executable there along with any games you want to use with it.