Difference between revisions of "Platforms"

Jump to navigation Jump to search
1,574 bytes removed ,  23:00, 21 October 2016
→‎Unofficial Platforms: The Rasberry PI port is now official
(Remove custom table properties)
(→‎Unofficial Platforms: The Rasberry PI port is now official)
Line 56: Line 56:
* TomTom GPS units (using a port of [http://www.microwindows.org Nano X-Windows]).
* TomTom GPS units (using a port of [http://www.microwindows.org Nano X-Windows]).
* [http://clb.demon.fi/html5scummvm HTML5/Javascript web port] using [http://en.wikipedia.org/wiki/Emscripten Emscripten] - Source code is [https://github.com/juj/emscripten-scummvm here].
* [http://clb.demon.fi/html5scummvm HTML5/Javascript web port] using [http://en.wikipedia.org/wiki/Emscripten Emscripten] - Source code is [https://github.com/juj/emscripten-scummvm here].
* [http://www.raspberrypi.org/ Raspberry Pi]
** As this uses the Raspbian distribution based on Debian by default, "apt-get update && apt-get install scummvm" is all that is required.<br>However, the standard Debian version of ScummVM is currently outdated (v1.4.1) and should be avoided as many bugs have been fixed since this release.<br>The Raspbian repository contains a package for the v1.6.0 release, see [http://archive.raspbian.org/raspbian/pool/main/s/scummvm/ here] which should be used instead.<br>If necessary, to manually build a newer version from source code, please follow the normal instructions [http://wiki.scummvm.org/index.php/Developer_Central here] for getting the latest code from our source code repository and compiling under a Linux environment with GCC.<br>Note that if the static build fails with an Out Of Memory (OOM) error at linking, you need to either mount a swap (virtual) memory device on USB or use the patch located [https://github.com/digitall/scummvm/tree/lowMemoryLink here] to reduce the linker memory usage. Another option is to instead build the scummvm binary with dynamic linking of engine plugins by passing --enable-plugins --default-dynamic to the configure script, before calling make.
** It should also be noted that in Raspbian, issues with the SDL fullscreen output (black bars at edges, aspect ratio issues) have been seen when running in X Windows i.e. X11 output, but these are not seen when running fullscreen in Framebuffer from text console, so if you wish to use fullscreen output, then do so from a text prompt.
* [http://laptop.org/en/laptop/index.shtml OLPC XO-1] - Notes from [http://www.olpcnews.com/forum/index.php?topic=1065.0 here]
* [http://laptop.org/en/laptop/index.shtml OLPC XO-1] - Notes from [http://www.olpcnews.com/forum/index.php?topic=1065.0 here]
** As this runs a cut down variant of Fedora Linux, this just requires "sudo yum install scummvm" to install.
** As this runs a cut down variant of Fedora Linux, this just requires "sudo yum install scummvm" to install.
TrustedUser
2,147

edits

Navigation menu