Difference between revisions of "Compiling ScummVM/Docker"

Jump to navigation Jump to search
→‎Compiling ScummVM using Docker: aliases -> alias typo fix
(→‎Compiling ScummVM using Docker: aliases -> alias typo fix)
 
Line 10: Line 10:
* <code>scummvm_package</code>: packages the project ready for use on the targeted platform
* <code>scummvm_package</code>: packages the project ready for use on the targeted platform


Some toolchains support several platforms at once. In this case, the aliases have been defined per platform with a suffix. The aliases can then be found using the <code>aliases</code> command.
Some toolchains support several platforms at once. In this case, the aliases have been defined per platform with a suffix. The aliases can then be found using the <code>alias</code> command.


=== Current platforms ===
=== Current platforms ===
Line 248: Line 248:


On toolchain images supporting several platforms, the aliases are diversified in the form <code>scummvm_<action>_<variant></code>.
On toolchain images supporting several platforms, the aliases are diversified in the form <code>scummvm_<action>_<variant></code>.
Use the <code>aliases</code> command to find the proper ones.
Use the <code>alias</code> command to find the proper ones.


Once done, the <code>exit</code> command can be used to leave the Docker image.
Once done, the <code>exit</code> command can be used to leave the Docker image.
186

edits

Navigation menu