documentation/source/installation/deps/macosx.html.md

392 B

title
Installing dependencies on Mac OS X

With Homebrew:

brew update

brew install git llvm
brew link gettext --force

# Additionally, only for PostgreSQL
brew install postgres

Now that these dependencies have been installed, we need to install Rust which has a special installer.

Let's do it!