|
|
Line 25: |
Line 25: |
| export RPI_ROOT=/opt/rpi_root | | export RPI_ROOT=/opt/rpi_root |
|
| |
|
| cp -R <SD_mountpoint_directory>/usr $RPI_ROOT
| | cd <SD_mountpoint_directory> |
|
| |
|
| cp -R <SD_mountpoint_directory>/lib $RPI_ROOT | | cp -R usr lib opt $RPI_ROOT |
| | |
| cp -R <SD_mountpoint_directory>/opt $RPI_ROOT
| |
| | |
| Now we need to setup the cross-building sdl-config so it's used instead on the host system's sdl-config script. Edit $RPI_ROOT/usr/bin/sdl-config and change the prefix line to:
| |
| | |
| prefix=$RPI_ROOT/usr
| |
|
| |
|
| == Configuring ScummVM == | | == Configuring ScummVM == |