# 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/