Apache Teaclave (incubating) SGX SDK helps developers to write Intel SGX applications in the Rust programming language, and also known as Rust SGX SDK.
In order to compile a project with DCAP inside docker I had to add these libraries.
The -dev packages I had to add because they contain the symlinks from *.so to *.so.1.
In order to compile a project with DCAP inside docker I had to add these libraries. The
-dev
packages I had to add because they contain the symlinks from*.so
to*.so.1
.