spiegel-keyman/docs/build/old/macos-notes.md
Marc Durdin 4e878664d4 docs: address review comments
* Move old notes into an old/ folder to clarify their pending removal
  and add a note to the top of each file.
* Cleanup macos.sh script to fix various issues.
2021-06-23 06:15:53 +10:00

17 lines
677 B
Markdown

# Keyman for macOS configuration notes
WARNING: these are old configuration notes. See [macos.md](../macos.md) for current steps.
## Mac Tools Requirements/Setup
* Install [Homebrew] *technically optional, but highly recommended*
* Install Xcode 12.0+
* Accept the Xcode license `sudo xcodebuild -license accept`
* Install [Carthage] (`brew install carthage`) *see Homebrew note below*
* Install [cocoapods] (`brew install cocoapods`)
* Install [coreutils] (`brew install coreutils`)
[Homebrew]: https://brew.sh/
[Carthage]: https://github.com/Carthage/Carthage/blob/master/README.md
[cocoapods]: https://cocoapods.org/
[coreutils]: https://www.gnu.org/software/coreutils/