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

20 lines
392 B
Markdown
Raw Normal View History

---
title: Installing dependencies on Mac OS X
---
With [Homebrew](https://brew.sh/):
```bash
brew update
brew install git llvm
2019-07-13 15:01:20 +00:00
brew link gettext --force
2019-07-13 15:01:20 +00:00
# Additionally, only for PostgreSQL
brew install postgres
```
Now that these dependencies have been installed, we need to install Rust which has a special installer.
2019-07-13 15:01:20 +00:00
<a class="action" href="/installation/deps/rust">Let's do it!</a>