Merge branch 'master' of https://github.com/skalenetwork/sgxd

parents 16937704 f27d5e5c
...@@ -10,6 +10,20 @@ To build and run sgxd, you'll need Intel SGX capable hardware. Most Intel chips ...@@ -10,6 +10,20 @@ To build and run sgxd, you'll need Intel SGX capable hardware. Most Intel chips
Sgxd has been tested on Ubuntu\* Linux\* 18.04 Sgxd has been tested on Ubuntu\* Linux\* 18.04
## Clone directory and its submodules
``` git clone --recurse-submodules https://github.com/skalenetwork/sgxd.git ```
# Install automake 1.15
```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