mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
* 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.
17 lines
677 B
Markdown
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/
|