Updated Set up Build Environment on OS X (markdown)

Jonathan White
2019-04-02 20:19:20 -04:00
parent b9a6177c0b
commit 09975358cb

@@ -24,7 +24,15 @@ Then install the required libraries (zlib already exists on macOS Sierra so it i
Open a Terminal:
```
brew install qt5 libgcrypt argon2 libyubikey ykpers qrencode libsodium
brew install qt5 libgcrypt argon2 qrencode libsodium
```
### Install optional dependencies
These dependencies are only needed if you build with -DWITH_XC_ALL=ON or the specific option you are building:
```
brew install libyubikey ykpers
```
### Update your environment regularly