-
Notifications
You must be signed in to change notification settings - Fork 0
Home
There are many instructions on the Internet, some of which contain outdated installation instructions. Therefore we have written the following installation instructions to make the start of development for Intel SGX with Linux as easy as possible. Beyond the quick start, we have added more advanced instructions, e.g. to evaluate the running time of enclaves.
For using Intel SGX some requirements need to be fullfilled. We listed all necessary requirements and information for prepartion at the following page: Requirements
Please note that you have to meet the requirements.
At this section all available Tutorials are listed:
- π οΈ 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)
- π Project overview
- π Brief introduction: SQLite's Virtual File System
- πΏ Workspace overview and structure
- π How to run the SGX SQLite Project?
To write the mentioned tutorials, we used some documents and guides. These links are collected at Ressources
π οΈ 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)
π Project overview
π Brief introduction: SQLite's Virtual File System