Open main menu

Difference between revisions of "Compiling ScummVM/RPI"

Line 58: Line 58:
chmod +x sysroot-relativelinks.py
chmod +x sysroot-relativelinks.py
./sysroot-relativelinks.py $RPI_ROOT</nowiki>
./sysroot-relativelinks.py $RPI_ROOT</nowiki>
Finally, update the PATH variable to be preceded by the RPI_ROOT path, since this is required for proper detection of libcurl related files.
<nowiki>export PATH=$RPI_ROOT:$PATH</nowiki>


== Configuring ScummVM ==
== Configuring ScummVM ==
1,310

edits