Created
October 2, 2017 21:20
-
-
Save bl4ck5un/ee5a3d99decc6079149bef8394616b8e to your computer and use it in GitHub Desktop.
Install SGX SDK v1.9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
SGX_SDK_BIN=sgx_sdk.bin | |
wget -O $SGX_SDK_BIN https://download.01.org/intel-sgx/linux-1.9/sgx_linux_ubuntu16.04.1_x64_sdk_1.9.100.39124.bin | |
chmod a+x $SGX_SDK_BIN | |
echo -e 'no\n/opt/intel' | sudo ./$SGX_SDK_BIN | |
echo 'source /opt/intel/sgxsdk/environment' >> ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment