124
edits
(Fix outdated compilation instructions) |
m |
||
Line 1: | Line 1: | ||
== Compiling ScummVM under macOS == | == Compiling ScummVM under macOS == | ||
Compiling ScummVM under macOS requires setting up the build environment first, and then compiling the sources either via command line, or the | Compiling ScummVM under macOS requires setting up the build environment first, and then compiling the sources either via command line, or the Xcode GUI. | ||
== Things needed == | == Things needed == | ||
Line 32: | Line 32: | ||
== Obtaining the required libraries == | == Obtaining the required libraries == | ||
After downloading the | After downloading the Xcode command line tools and a package manager, enter the following command to install all the required libraries: | ||
=== 1. Homebrew === | === 1. Homebrew === |
edits