An open API service indexing awesome lists of open source software.

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

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