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.
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.