https://github.com/akhilles/sgx-devel
SGX dev environment in Fedora 27
https://github.com/akhilles/sgx-devel
fedora rust sgx
Last synced: about 2 months ago
JSON representation
SGX dev environment in Fedora 27
- Host: GitHub
- URL: https://github.com/akhilles/sgx-devel
- Owner: akhilles
- Created: 2019-02-12T04:41:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T06:57:06.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:26:13.867Z (3 months ago)
- Topics: fedora, rust, sgx
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SGX Development Environment in Fedora
`docker build -t sgx-devel .`
`docker run -it --rm -v $(pwd):/sgx-devel sgx-devel`
## Build
`cd hello-world && make`
## Run
`cd build && ./helloworld`
## Credit
Based on sdk and sample code from: https://github.com/baidu/rust-sgx-sdk