From 76f7dd9488094a8cad15dac0b3cc9b30e4baf9b1 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Tue, 31 Jul 2018 09:47:40 +0700 Subject: [PATCH] replace cryptobox with geoip --- doc/Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Dependencies.md b/doc/Dependencies.md index da7958c92c9..832591eeb88 100644 --- a/doc/Dependencies.md +++ b/doc/Dependencies.md @@ -38,7 +38,7 @@ sudo pacman -S geoip snappy icu openssl #### macOS: ```bash -brew install pkg-config libsodium openssl automake icu4c cryptobox snappy protobuf +brew install pkg-config libsodium openssl automake icu4c geoip snappy protobuf ``` _Note_: macOS users will need to make sure to link Haskell services against a more recent version of OpenSSL than what ships with the OS by default. Additionally, `icu4c` is installed in a non-standard location by `homebrew`. Add the following to your `.stack/config.yaml`: