Explorar el Código

Merge pull request #78 from mitar/patch-1

Added missing dependencies

Signed-off-by: Lili Zhang <lili.z.zhang@intel.com>
lzha101 hace 7 años
padre
commit
2cd3c73094
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:  
 ```