1,315
edits
Praetorian (talk | contribs) |
Praetorian (talk | contribs) |
||
Line 63: | Line 63: | ||
Note that the last command above is supposed to run the python script <code>sysroot-relativelinks.py</code>. You will need to have python3 installed on your host PC for that. The script assumes a location for your python binary, but that could be a not valid path on your host PC. An alternative to that would be to run: | Note that the last command above is supposed to run the python script <code>sysroot-relativelinks.py</code>. You will need to have python3 installed on your host PC for that. The script assumes a location for your python binary, but that could be a not valid path on your host PC. An alternative to that would be to run: | ||
$(which | $(which python3) ./sysroot-relativelinks.py $RPI_ROOT | ||
Finally, update the ''PATH'' variable to be preceded by the ''RPI_ROOT'' path, since this is required for proper detection of ''libcurl'' related files by ScummVM's ''configure'' script. | Finally, update the ''PATH'' variable to be preceded by the ''RPI_ROOT'' path, since this is required for proper detection of ''libcurl'' related files by ScummVM's ''configure'' script. | ||
<nowiki>export PATH=$RPI_ROOT:$PATH</nowiki> | <nowiki>export PATH=$RPI_ROOT:$PATH</nowiki> |
edits