This repository contains helper scripts to prepare files needed for a Rust SGX SDK development environment.
This includes:
- Intel SGX SDK (using Docker to run the installer)
- Rust SGX SDK headers and EDL files (using a sparse Git checkout)
- Git 2.25+ (for sparse checkout support)
- Docker
- Run script
./prepare-<version>.sh
- Source the generated
environment
scriptsource ./environment
See the script comments for more details.