Difference between revisions of "MacOS"

From ScummVM :: Wiki
Jump to navigation Jump to search
m (Add the packager)
(→‎About: update status)
(10 intermediate revisions by 5 users not shown)
Line 11: Line 11:
zlib=yes|
zlib=yes|
plugins=yes|
plugins=yes|
16bits=yes|
buildbot=yes|
firstversion=0.2.0|
firstversion=0.2.0|
maintainer=[[User:fingolfin|fingolfin]]|
maintainer=[[User:Criezy|Criezy]]|
packager=[[User:vinterstum|vinterstum]]|
packager=[[User:Criezy|Criezy]]|
pkgend=-macosx.dmg|
pkgend=-macosx.dmg|
forum=4|
forum=4|
Line 43: Line 45:


== About ==
== About ==
In the Macintosh [[Platforms|port]], the right mouse button is emulated via Cmd-Click (that is, you click the mouse button while holding the Command/Apple/Propeller key).
ScummVM has been ported to Apple Mac OS X.<br>This supports PPC machines running OS X versions 10.4 or over and Intel machines running macOS X versions 10.7 to 10.12.<br>Notes:
However, multi-button mice are fully supported, too (including right clicking and scroll wheel).
* 10.5.8 was the last version which supported PPC hardware.
* Sparkle support is disabled for PPC hardware and old 32 bits Intel hardware in order to maintain compatibility.
* 10.12 has been tested, but some bugs have been reported associated with full screen, so please report any issues.
* 10.13 should run fine, but this has not been tested.
 
The right mouse button is emulated via Cmd-Click (that is, you click the mouse button while holding the Command/Apple/Propeller key). However, multi-button mice are fully supported, too (including right clicking and scroll wheel).
 
== Compiling ==
 
It is generally recommended to use the official builds, but for anyone interested in doing their own builds...<p>The following links contain instructions and notes on how to build / cross-compiled our codebase for OSX:
* [[Compiling_ScummVM/Mac_OS_X]]
* [[Compiling_ScummVM/Mac_OS_X_10.2.8]] (For PPC Users running this older version)
* [[Compiling_ScummVM/Mac_OS_X_Crosscompiling]]


== External links ==
== External links ==
* [http://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]
* [http://forums.scummvm.org/viewforum.php?f=4 ScummVM Other ports forum]

Revision as of 00:55, 8 November 2017

macos.png Mac OS X Port
Latest Released Version 2.8.0
Supported Audio Options MP3, OGG, FLAC, Uncompressed
Additional Webpage(s) None
Maintainer(s) Criezy
Packager(s) Criezy
Forum Port Forum
Status Maintained
First Official Version 0.2.0

About

ScummVM has been ported to Apple Mac OS X.
This supports PPC machines running OS X versions 10.4 or over and Intel machines running macOS X versions 10.7 to 10.12.
Notes:

  • 10.5.8 was the last version which supported PPC hardware.
  • Sparkle support is disabled for PPC hardware and old 32 bits Intel hardware in order to maintain compatibility.
  • 10.12 has been tested, but some bugs have been reported associated with full screen, so please report any issues.
  • 10.13 should run fine, but this has not been tested.

The right mouse button is emulated via Cmd-Click (that is, you click the mouse button while holding the Command/Apple/Propeller key). However, multi-button mice are fully supported, too (including right clicking and scroll wheel).

Compiling

It is generally recommended to use the official builds, but for anyone interested in doing their own builds...

The following links contain instructions and notes on how to build / cross-compiled our codebase for OSX:

External links