-
Notifications
You must be signed in to change notification settings - Fork 0
How to install Intel SGX SDK on Ubuntu
For developing purposes we need to install the SDK. Just like picking up the driver binary file, we can get the SDK binary file from the following mirror:
After making the SDK File executable
chmod +x sdk.bin
we are able to install the SDK by running
sudo ./sdk.bin
A wizard will help you to install the SDK. Pay attention to install the SDK to /opt/intel/
.In principle the SDK can be installed in any folder, but the installation in /opt/intel
saves us later configuration steps.
Do you want to install in current directory? n
Please input the directory which you want to install in: /opt/intel
Now we just have to remember to add the environment using source command.
source /opt/intel/sgxsdk/environment
🛠️ How to install Intel SGX Driver on Ubuntu
🛠️ How to install Intel SGX SDK on Ubuntu
🎯 Validate that your Intel SGX Setup is working correctly
💻 How to setup the Eclipse IDE (with SGX Plugin)
⭐ How to setup the first SGX Project
📊 How to analyse an SGX Enclave? (Installation and Usage)
📁 Brief introduction: SQLite's Virtual File System