1,502
edits
(Disable NASM instead of the HQ scalers for x64 OS X builds) |
(→Things needed: Add Homebrew and Fink) |
||
Line 11: | Line 11: | ||
After installing XCode, open a terminal and type "'''xcode-select --install'''" | After installing XCode, open a terminal and type "'''xcode-select --install'''" | ||
=== MacPorts === | === Package manager === | ||
Getting the required libraries is easier with a package manager. The three most well-known ones are [https://www.macports.org/ MacPorts], [http://brew.sh/ Homebrew] and [http://www.finkproject.org/ Fink]. | |||
==== 1. MacPorts ==== | |||
Get the MacPorts installer for your OS X version from the [https://www.macports.org/install.php MacPorts installation page] | Get the MacPorts installer for your OS X version from the [https://www.macports.org/install.php MacPorts installation page] | ||
==== 2. Homebrew ==== | |||
You can install homebrew by pasting the following into a terminal: | |||
<source lang="bash"> | |||
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |||
</source> | |||
==== 3. Fink ==== | |||
You can install Fink by downloading and building the source from the [http://www.finkproject.org/download/srcdist.php Fink Source Release] page | |||
== Obtaining the required libraries == | == Obtaining the required libraries == |
edits