Difference between revisions of "List of games embedded in Adi 4"

Jump to navigation Jump to search
m
no edit summary
m
m
Line 1: Line 1:
===Name===
== Compiling ScummVM using Docker ==
* Mrmatt1
The ScummVM buildbot uses [https://www.docker.com/ Docker] for building the toolchains. As such, this makes it possible for the individual toolchains to be used for local builds, avoiding the need to install the toolchain and required libraries manually.
* Mrmatt2
* Neuro1
* Neuro2
* Neuro3
* Aztec
* Backgge
* Beepop1
* Beepop2
* BillFra
* Blazege
* BrkTime
* Cellulge
* Chessge
* Creepge
* filler
* Frustr
* [[Gobliiins|Gob1]]
* [[Gobliins 2|Gob2]]
* [[Goblins 3|Gob3]]
* Invade
* JetFight
* Jupiter
* LasBlo
* LastAdi
* Nucleoge
* Paragge
* PlaceBge
* QuadStge
* Relixge
* Revolut
* Scram
* ShihDao
* Sokobge
* Solitge
* Stripsge
* T4
* Volutare


The following toolchain images are available:
{| class="wikitable sortable"
|-
!Name
!Target platform
!class=unsortable|Required configure flags
!class=unsortable|Packaging command
!class=unsortable|Notes
|-
| toolchains/amigaos4
| [[AmigaOS]] 4
| <code>--host=ppc-amigaos --enable-plugins --default-dynamic --enable-detection-dynamic</code>
| <code>make amigaosdist</code>
|
|-
| toolchains/android
| [[Android]] for ARMv7, AArch64, x86 and x86_64
| <code>--host=android-arm-v7a --enable-debug</code>


===Description===
<code>--host=android-arm64-v8a --enable-debug</code>


===Engine===
<code>--host=android-x86 --enable-debug</code>
* currently unknown
 
<code>--host=android-x86_64 --enable-debug</code>
| <code>make androiddistdebug</code>
|
|-
| toolchains/appletv
| [[Apple TV]]
| ?
| ?
| Requires building the image from source.
|-
| toolchains/caanoo
| [[Caanoo]]
| <code>--host=caanoo --enable-plugins --default-dynamic --enable-vkeybd</code>
| <code>make caanoo-bundle</code>
|
|-
| toolchains/devkit3ds
| [[Nintendo 3DS]]
| <code>--host=3ds --enable-plugins --default-dynamic</code>
| <code>make dist_3ds</code>
|
|-
| toolchains/devkitnds
| [[Nintendo DS]]
| <code>--host=ds --enable-plugins --default-dynamic</code>
| <code>make dsdist</code>
|
|-
| toolchains/devkitppc
| [[Nintendo Wii]] and [[Nintendo GameCube|GameCube]]
| <code>--host=wii --enable-plugins --default-dynamic --enable-vkeybd</code>
 
<code>--host=gamecube --enable-plugins --default-dynamic --enable-vkeybd</code>
| <code>make wiidist</code>
|
|-
| toolchains/devkitswitch
| [[Nintendo Switch]]
| <code>--host=switch</code>
| <code>make switch_release</code>
|
|-
| toolchains/dreamcast
| [[Dreamcast]]
| <code>--host=dreamcast --enable-plugins --default-dynamic --enable-vkeybd</code>
| <code>make dcdist</code>
|
|-
| toolchains/gcw0
| [[Dingux|GCW Zero]]
| <code>--host=gcw0 --enable-plugins --default-dynamic --enable-vkeybd</code>
| <code>make gcw-opk</code>
|
|-
| toolchains/iphone
| [[iOS]] 7 for AArch64
| ?
| <code>make ios7bundle</code>
| Requires building the image from source.
|-
| toolchains/macosx-arm64
| [[macOS]] for AArch64
| ?
| <code>make bundle</code>
| Requires building the image from source.
|-
| toolchains/macosx-i386
| [[macOS]] for x86
| ?
| <code>make bundle</code>
| Requires building the image from source.
|-
| toolchains/macosx-x86_64
| [[macOS]] for x86_64
| ?
| <code>make bundle</code>
| Requires building the image from source.
|-
| toolchains/mxe
| [[Windows]] for x86 and x86_64
| <code>--host=i686-w64-mingw32.static --enable-updates</code>
 
<code>--host=x86_64-w64-mingw32.static --enable-updates</code>
| <code>make win32dist-mingw DESTDIR=win32dist-mingw</code>
|
|-
| toolchains/n64
| [[Nintendo 64]]
| <code>--host=n64 --enable-vkeybd</code>
| <code>make n64-dist</code>
| Requires building with a reduced number of engines.
|-
| toolchains/opendingux
| [[Dingux]]
| <code>--host=dingux --enable-plugins --default-dynamic --enable-vkeybd --disable-theoradec</code>
| <code>make dingux-dist</code>
|
|-
| toolchains/opendingux-beta
| [[OpenDingux Beta]]
| <code>--host=opendingux-gcw0</code>
 
<code>--host=opendingux-lepus</code>
 
<code>--host=opendingux-rs90</code>
| <code>make od-make-opk</code>
|
|-
| toolchains/openpandora
| [[OpenPandora]]
| <code>--host=openpandora --enable-plugins --default-dynamic --enable-vkeybd</code>
| <code>make op-pnd</code>
|
|-
| toolchains/ps3
| [[PlayStation 3]]
| <code>--host=ps3</code>
| <code>make ps3pkg</code>
|
|-
| toolchains/psp
| [[PlayStation Portable]]
| <code>--host=psp --disable-debug --enable-plugins --default-dynamic</code>
|
|
|-
| toolchains/raspberrypi
| [[Raspberry Pi]]
| <code>--host=raspberrypi</code>
| <code>make dist-generic</code>
|
|-
| toolchains/riscos
| [[RISC OS]]
| <code>--host=arm-unknown-riscos --enable-plugins --default-dynamic</code>
 
<code>--host=arm-vfp-riscos --enable-plugins --default-dynamic</code>
| <code>make riscosdist</code>
|
|-
| toolchains/vita
| [[PlayStation Vita]]
| <code>--host=psp2 --enable-plugins --default-dynamic</code>
| <code>make psp2vpk</code>
|
|-
| toolchains/windows-9x
| [[Windows]] 95/98/ME
| <code>--host=mingw32 --disable-windows-unicode</code>
| <code>make win32dist-mingw DESTDIR=win32dist-mingw</code>
|
|}
 
For more details on how to build ScummVM for a specific platform, see the relevant page from [[Compiling ScummVM]].
 
=== Installing the needed packages ===
==== Debian-based distributions ====
The following should install all the necessary packages:
<syntaxhighlight lang="bash">
apt-get install docker.io git
</syntaxhighlight>
 
=== Getting the source ===
* Open a Terminal and type:
 
<syntaxhighlight lang="bash">
git clone https://github.com/scummvm/scummvm.git
</syntaxhighlight>
 
=== Using the docker images ===
To fetch a toolchain image from the Docker Hub, issue the following command from the ScummVM source directory:
 
<syntaxhighlight lang="bash">
./devtools/docker.sh <toolchain>
</syntaxhighlight>
 
where <toolchain> is the name of the toolchain you want to use. This will fetch the requested toolchain from the Docker Hub if it isn't installed, mount the scummvm folder in the Docker image and launch a shell that can be used to build ScummVM for the relevant platform. Alternatively, you can use the following command to fetch updates for an already installed toolchain before launching the shell:
 
<syntaxhighlight lang="bash">
./devtools/docker.sh --update <toolchain>
</syntaxhighlight>
 
Once in the Docker image, the following commands should be issued in order to build ScummVM:
<syntaxhighlight lang="bash">
./configure <configure-flags>
make -j$(nproc)
</syntaxhighlight>
 
where <configure-flags> is the list of required configure flags specified in the table at the top of the page. This should be followed by the packaging command if one is specified.
 
Once done, the <code>exit</code> command can be used to leave the Docker image.
2,156

edits

Navigation menu