aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-11-14 16:26:42 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-11-14 16:26:42 +0800
commit9d8925141a42428b7a306a13f006e1ba676ab7ec (patch)
tree071681f6abfe834d1d647b0f2df8267e7be3da65
parented1b2cc1f41932b29a5b936806a51e001ee57dc3 (diff)
downloaddexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar.gz
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar.bz2
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar.lz
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar.xz
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.tar.zst
dexon-wiki-9d8925141a42428b7a306a13f006e1ba676ab7ec.zip
Updated Installation Instructions for Ubuntu (markdown)
-rw-r--r--Installation-Instructions-for-Ubuntu.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Installation-Instructions-for-Ubuntu.md b/Installation-Instructions-for-Ubuntu.md
index 3e1949a..9c1b88a 100644
--- a/Installation-Instructions-for-Ubuntu.md
+++ b/Installation-Instructions-for-Ubuntu.md
@@ -37,6 +37,11 @@ Building `gdex` requires Go and C compilers to be installed:
sudo apt-get install -y build-essential golang
```
+Install libraries required by `gdex`
+```shell
+sudo apt-get install -y libssl-dev libgmp-dev
+```
+
Finally, build the `gdex` program using the following command.
```shell
cd dexon