We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2fb4d commit cb3b895Copy full SHA for cb3b895
libs/README
libs/README.md
@@ -0,0 +1,19 @@
1
+Aalto SSG SGX utility libraries
2
+===========================
3
+
4
+Introduction
5
+------------
6
7
+This repository contains various libraries used in other projects of Aalto Secure Systems Group.
8
9
+### Prerequisites
10
11
+- Install SGX SDK:
12
+ * Download [Intel SGX SDK for Linux](https://github.com/01org/linux-sgx)
13
+ * By default Makefile's expect to have SDK installed in ``/opt/intel/sgxsdk``.
14
+ * If the SDK is in a different directory, change `SGX_SDK` variable in Makefile.
15
16
+Build
17
+-----
18
19
+Run `make` for each library.
0 commit comments