aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-10 15:16:24 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-01-10 15:16:24 +0800
commitf9dd28413a5114b6f19150f7461a13f8e1345303 (patch)
treeffe89608863946fbf0e0c7b27a93d123f132c00d
parent60f9d52d6658339ea50c0b41d5a286fc15d01efe (diff)
downloaddexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar.gz
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar.bz2
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar.lz
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar.xz
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.tar.zst
dexon-wiki-f9dd28413a5114b6f19150f7461a13f8e1345303.zip
Updated Installation Instructions for Mac (markdown)
-rw-r--r--Installation-Instructions-for-Mac.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Installation-Instructions-for-Mac.md b/Installation-Instructions-for-Mac.md
index d464a40..52fac76 100644
--- a/Installation-Instructions-for-Mac.md
+++ b/Installation-Instructions-for-Mac.md
@@ -47,7 +47,8 @@ brew install go
Install libraries required by `gdex`
```shell
-brew install gmp libssl
+brew install gmp openssl
+export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
```
Finally, build the `gdex` program using the following command.