Skip to content

Commit cb3b895

Browse files
committed
update README
1 parent 3f2fb4d commit cb3b895

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

libs/README

Lines changed: 0 additions & 2 deletions
This file was deleted.

libs/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)