Unverified Commit 2cfcc67c authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent 9a1b77b6
...@@ -39,17 +39,12 @@ If you do not see the `isgx` device, you need to troubleshoot your driver instal ...@@ -39,17 +39,12 @@ If you do not see the `isgx` device, you need to troubleshoot your driver instal
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ``` ``` git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git ```
# Install automake 1.15 ## Install automake 1.15
Currently the build builds with automake 1.15. You need to install it since Ubuntu 18 comes with automake 1.16 by default. Currently the build builds with automake 1.15. You need to install it since Ubuntu 18 comes with automake 1.16 by default.
```cd scripts; sudo dpkg -i automake_1.15.1-3ubuntu2_all.deb ``` ```cd scripts; sudo dpkg -i automake_1.15.1-3ubuntu2_all.deb ```
# Install autoconf
```sudo apt-get install autoconf```
## Build dependencies ## Build dependencies
Dependencies only need to be built once. Dependencies only need to be built once.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment