You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ubuntu* 16.04 LTS Server 64bits - minimal kernel 4.10
49
47
* Ubuntu* 18.04 LTS Desktop 64bits
50
48
* Ubuntu* 18.04 LTS Server 64bits
51
49
* Ubuntu* 20.04 LTS Server 64bits
@@ -56,7 +54,7 @@ For Linux* OS
56
54
* Intel(R) Atom(TM) Processor with **Flexible Launch Control** support*
57
55
- Configure the system with the **SGX hardware enabled** option.
58
56
- Use the following command(s) to install the required tools to build the Intel(R) SGX software:
59
-
* On Ubuntu 16.04 and Ubuntu 18.04
57
+
* On Ubuntu 18.04
60
58
```
61
59
$ sudo apt-get install build-essential wget python debhelper zip libcurl4-openssl-dev
62
60
```
@@ -114,15 +112,12 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
114
112
$ make DEBUG=1
115
113
```
116
114
- To build the Intel(R) SGX DCAP Quote Generation Library and the Intel(R) SGX Default Quote Provider Library installers, enter the following command:
117
-
* On Ubuntu 16.04, Ubuntu 18.04 and Ubuntu 20.04:
115
+
* On Ubuntu 18.04 and Ubuntu 20.04:
118
116
```
119
117
$ make deb_pkg
120
118
```
121
119
You can find the generated installers located under `linux/installer/deb/`.
122
-
**Note**: On Ubuntu 18.04 and Ubuntu 20.04, the above command also generates another debug symbol package with extension name of `.ddeb` for debug purpose. On Ubuntu 16.04, if you want to keep debug symbols, you need to export an environment variable to ensure the debug symbols not stripped:
123
-
```
124
-
$ export DEB_BUILD_OPTIONS="nostrip"
125
-
```
120
+
**Note**: On Ubuntu 18.04 and Ubuntu 20.04, the above command also generates another debug symbol package with extension name of `.ddeb` for debug purpose.
126
121
**Note**: The above command builds the installers with default configuration firstly and then generates the target installers. To build the installers without optimization and with full debug information kept in the libraries, enter the following command:
127
122
```
128
123
$ make deb_pkg DEBUG=1
@@ -139,7 +134,7 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
139
134
140
135
## Install the Intel(R) SGX DCAP Quote Generation Library Package
141
136
- Install prebuilt Intel(R) SGX common loader and other prerequisites from [01.org](https://01.org/intel-software-guard-extensions/downloads)
0 commit comments