mirror of
https://github.com/ankitects/anki.git
synced 2026-09-10 14:38:10 -04:00
27 lines
582 B
Markdown
27 lines
582 B
Markdown
<!-- DO NOT MANUALLY EDIT THIS FILE -->
|
|
<!-- This file is copied from docs-site/developers/mac.mdx automatically -->
|
|
|
|
# Mac-specific notes
|
|
|
|
<!-- <<<cog
|
|
from cogdocs import get_file_contents
|
|
cog.out(get_file_contents("mac"))
|
|
>>> -->
|
|
|
|
## Requirements
|
|
|
|
**Xcode**:
|
|
|
|
Install the latest XCode from the App Store. Open it at least once
|
|
so it installs the command line tools.
|
|
|
|
**Git/rsync**
|
|
|
|
Install via Homebrew or similar tool.
|
|
|
|
## More
|
|
|
|
For info on running tests, building wheels and so on, please see [Development](https://anki.mintlify.app/developers/development).
|
|
|
|
<!-- <<<end>>> -->
|