271
edits
Ccawley2011 (talk | contribs) |
|||
(23 intermediate revisions by 15 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
ScummVM is written in C++ and has been ported to several different [[Platforms]]. Compilation of ScummVM is a bit different for each platform, so instructions have been included for the official platforms that ScummVM can be compiled for. | ScummVM is written in C++ and has been ported to several different [[Platforms]]. Compilation of ScummVM is a bit different for each platform, so instructions have been included for the official platforms that ScummVM can be compiled for. | ||
[[Compiling ScummVM/C++11 Readiness|C++11 Readiness]] assessment. | |||
| | |||
|Platform | == Current Officially Supported Platforms == | ||
{| class="wikitable sortable" | |||
|- | |||
!Platform | |||
!class=unsortable|Compiling instructions | |||
|- | |- | ||
|[http://www.microsoft.com Windows] | |[http://www.microsoft.com Windows] | ||
|[[Compiling ScummVM/Visual Studio|Visual Studio (MSVC)]], [[Compiling_ScummVM/MinGW|MinGW]], [[Compiling_ScummVM/MinGW-w64|MSYS2/MinGW-w64]] instructions (see also [[Compiling_ScummVM/MXE|MXE Crosscompiling]] instructions) | |||
|- | |- | ||
|[http://www.linux.org Linux] | |[http://www.linux.org Linux]/[https://www.freebsd.org/ FreeBSD] | ||
|[[Compiling ScummVM/GCC|GCC]] instructions | |||
|- | |- | ||
|[ | |[https://www.amigaos.net/ AmigaOS4] | ||
|[[Compiling ScummVM/AmigaOS4|AmigaOS4]] instructions | |||
|- | |- | ||
|[http://www. | |[http://www.sega.jp/dc/ Sega Dreamcast] | ||
|[[Compiling ScummVM/Dreamcast|Dreamcast]] instructions | |||
|- | |- | ||
|[ | |[https://www.playstation.com/en-us/explore/psvita Sony PlayStation Vita] | ||
|[[PlayStation_Vita#Building_From_Source|PlayStation Vita]] instructions | |||
|- | |- | ||
|[http:// | |[http://us.playstation.com/ps3/ Sony PlayStation 3] | ||
|[[PlayStation_3#Building_from_source|PlayStation 3]] instructions | |||
|- | |- | ||
|[http://www.us.playstation.com/ | |[http://www.us.playstation.com/PSP Sony PlayStation Portable] | ||
|[[Compiling ScummVM/PlayStation Portable|PlayStation Portable]] instructions | |||
|- | |- | ||
|[http:// | |[http://www.apple.com/macos/ macOS] | ||
|[[Compiling ScummVM/macOS|macOS]] instructions (see also [[Compiling ScummVM/Mac OS X Crosscompiling|Mac OS X Crosscompiling]] and [[Compiling ScummVM/Mac OS X 10.2.8|Mac OS X 10.2.8]] instructions) | |||
|- | |- | ||
|[http://www.apple.com/ | |[http://www.apple.com/ios/ Apple iOS] | ||
|[[Compiling ScummVM/iPhone|iOS]] instructions | |||
|- | |- | ||
|[http:// | |[http://wiki.sparemint.org/index.php/FreeMiNT Atari/FreeMiNT] | ||
|[[Compiling ScummVM/Atari/FreeMiNT|Atari/FreeMiNT]] | |||
|- | |- | ||
|[http://www. | |[http://en.wikipedia.org/wiki/BeOS BeOS]/[http://www.zeta-os.com/ ZETA]/[http://www.haiku-os.org/ Haiku] | ||
|[[Compiling ScummVM/BeOS/ZETA/Haiku|BeOS/ZETA/Haiku]] instructions | |||
|- | |- | ||
|[http://www. | |[http://www.android.com/ Google Android] | ||
|[[Compiling ScummVM/Android|Android]] instructions | |||
|- | |- | ||
|[http:// | |[http://www.maemo.org/ Maemo] | ||
|[[Compiling ScummVM/Maemo|Maemo]] instructions | |||
|- | |||
|[http://www.raspberrypi.org/ RaspberryPi] | |||
|[[Compiling ScummVM/RPI|Raspberry Pi]] instructions | |||
|- | |||
|[http://www.nintendo.com/switch Nintendo Switch] | |||
|[[Compiling ScummVM/Switch|Switch]] instructions | |||
|- | |||
|[http://www.nintendo.com/wii Nintendo Wii and Gamecube] | |||
|[[Compiling ScummVM/Wii|Wii and Gamecube]] instructions | |||
|- | |||
|[http://www.nintendo.com/ds Nintendo DS] | |||
|[[Compiling ScummVM/Nintendo DS|Nintendo DS]] instructions | |||
|} | |||
Instructions are also available for building using the official Docker images. See [[Compiling ScummVM/Docker]] for more details. | |||
== Outdated Officially Supported Platforms == | |||
{| class="wikitable sortable" | |||
|- | |||
!Platform | |||
!class=unsortable|Compiling instructions | |||
|- | |- | ||
|- | |- | ||
|[http://www. | |[http://www.android.com/ Google Android] | ||
|[[Compiling ScummVM/Android-SDL|Android-SDL]] instructions | |||
|- | |- | ||
|[http://www. | |[http://www.symbian.com/ Symbian] | ||
|[[Compiling ScummVM/Symbian|Symbian]] instructions | |||
|- | |- | ||
|[ | |[http://www.microsoft.com/windowsmobile/ Windows CE/Mobile] | ||
|[[Compiling_ScummVM/Windows_CE|Windows CE]] instructions | |||
|- | |- | ||
|[http://www. | |[http://www.us.playstation.com/PS2 Sony PlayStation 2] | ||
|[[Compiling ScummVM/PlayStation 2|PlayStation 2]] instructions | |||
|- | |- | ||
| | |[https://developer.palm.com/ HP webOS] | ||
|[[Compiling ScummVM/WebOS|WebOS]] instructions | |||
|- | |- | ||
|[http://www. | |[http://bada.com/ Bada]/[https://www.tizen.org/ Tizen] | ||
|[[Compiling ScummVM/Bada/Tizen|Bada/Tizen]] instructions | |||
|} | |} | ||
If you have instructions for compiling a port of ScummVM that is not mentioned here, feel free to contact us! | If you have instructions for compiling a port of ScummVM that is not mentioned here, feel free to contact us! |
edits