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!