Unverified Commit 36f9361d authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update README.md

parent 205ba3bf
...@@ -15,9 +15,13 @@ Sgxd has been tested on Ubuntu\* Linux\* 18.04 ...@@ -15,9 +15,13 @@ Sgxd has been tested on Ubuntu\* Linux\* 18.04
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxd.git ``` ``` git clone --recurse-submodules https://github.com/skalenetwork/sgxd.git ```
# Install automake and autoconf # Install automake 1.15
`sudo apt-get install automake autoconf` ```cd scripts; sudo dpkg -i automake_1.15.1-3ubuntu2_all.deb ```
# Install autoconf
`sudo apt-get install autoconf
## Build dependencies ## Build dependencies
......
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