Browse Source

Merge pull request #78 from mitar/patch-1

Added missing dependencies

Signed-off-by: Lili Zhang <lili.z.zhang@intel.com>
lzha101 7 years ago
parent
commit
2cd3c73094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
   Ubuntu\* Desktop-14.04-LTS 64bits
 - Use the following command to install the required tools to build Intel(R) SGX SDK:  
 ```
-  $ sudo apt-get install build-essential ocaml automake autoconf libtool
+  $ sudo apt-get install build-essential ocaml automake autoconf libtool wget python
 ```
 - Use the following command to install additional required tools to build Intel(R) SGX PSW:  
 ```