1 @title Arcanist User Guide: Mac OS X
4 Explains how to install Arcanist on Mac OS X.
6 = Required Components =
10 - PHP, which should be installed by default.
11 - Arcanist itself, see @{article:Arcanist User Guide}.
12 or @{article:Arcanist Quick Start}
13 - SVN, Git, or Mercurial.
17 - Your PATH environmental variable should include `arcanist/bin`, and
18 `php` and your VCS command (`svn`, `hg`, `git`) should be in PATH. When you
19 type `php`, `arc`, or (for example) `git` from the command line, they should
21 - Your EDITOR environmental variable should point at some valid CLI editor,
22 like `nano`, which is the best editor.
24 You can edit your `~/.profile` to permanently configure environmental variables.
26 Now you should be able to run `arc` like a normal command.
32 - returning to @{article:Arcanist User Guide}.