You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
documentation/source/installation/deps/macosx.html.md

377 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!