Rephrase Mac OS dependencies installation

This commit is contained in:
Bat 2018-10-06 16:35:39 +01:00
parent b09360b270
commit a0920eb6cf
1 changed files with 6 additions and 1 deletions

View File

@ -55,11 +55,16 @@ emerge -av postgresql eselect-postgresql gettext && emerge --ask dev-vcs/git
emerge -av gettext && emerge --ask dev-vcs/git && emerge -pv sqlite3 libsqlite3-dev
```
On **Mac OS X**, for PostgreSQL (SQlite is already present), with [Homebrew](https://brew.sh/):
On **Mac OS X**, with [Homebrew](https://brew.sh/):
```bash
brew update
# For PostgreSQL
brew install postgres gettext git
# For SQlite (already present, so only GetText and Git are needed)
brew install gettext git
```
## Configuring PostgreSQL