mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 17:47:51 -06:00
docs: Improve language for macOS build requirements.
HandBrake builds with Xcode 10 on macOS 10.13.6 and works fine on Mojave. Building on Mojave is only required to enable Dark Mode toolbar icons support.
This commit is contained in:
parent
504915ca04
commit
e041e216a8
@ -16,7 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
|
||||
Building HandBrake for Mac
|
||||
==========================
|
||||
|
||||
Building HandBrake for Mac requires an Apple computer with a 64-bit Intel processor running OS X 10.14 Mojave or later, and the following dependencies.
|
||||
Building HandBrake for Mac requires an Apple computer with a 64-bit Intel processor running OS X 10.13.6 High Sierra or later[^mojave-dark-mode], and the following dependencies.
|
||||
|
||||
- [Xcode](https://developer.apple.com/xcode/) 10 or later
|
||||
- free Apple Developer registration required, or install from the Mac App Store
|
||||
@ -63,6 +63,8 @@ To start over, simply remove the `build` directory.
|
||||
|
||||
rm -rf build
|
||||
|
||||
[^mojave-dark-mode]: HandBrake must be built on macOS 10.4 Mojave or later to enable Dark Mode toolbar icons. Building on earlier macOS, even with latest Xcode, will result in Light Mode toolbar icons being displayed in Dark Mode.
|
||||
|
||||
[^xcode-install]: Make sure Xcode is installed at `/Applications/Xcode.app`. When using an Xcode Beta release, you may need to rename `Xcode-beta.app` to `Xcode.app`.
|
||||
|
||||
[^xcode-cli-tools]: When installing Command Line Tools for Xcode using the package installer (instead of `xcode-select --install`), make sure to install the package that corresponds to the installed Xcode version. A mismatch between the installed Xcode and Command Line Tools versions may cause problems.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user