Open main menu

Difference between revisions of "Compiling ScummVM/Docker"

(→‎Debian-based distributions: missing apt-get update)
Line 222: Line 222:


=== Using the docker images ===
=== Using the docker images ===
To fetch a toolchain image from the Docker Hub, issue the following command from the ScummVM source directory:
To fetch a toolchain image from the Docker Hub, issue the following commands:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cd scummvm
# Note: on some systems, it may be necessary to prefix
# Note: on some systems, it may be necessary to prefix
# the following command with 'sudo'
# the following command with 'sudo'
186

edits