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
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Build and Install the Intel(R) SGX Driver
45
45
* Ubuntu* 16.04.3 LTS Desktop 64bits
46
46
* Ubuntu* 16.04.3 LTS Server 64bits
47
47
* Red Hat Enterprise Linux Server release 7.4 64bits
48
+
* Red Hat Enterprise Linux Server release 8.0 64bits
48
49
* CentOS 7.4.1708 64bits
49
50
* SUSE Linux Enterprise Server 12 64bits
50
51
- Ensure that you have the following required hardware:
@@ -74,6 +75,10 @@ Build and Install the Intel(R) SGX Driver
74
75
$ sudo yum install kernel
75
76
$ sudo reboot
76
77
```
78
+
* On RHEL 8.0 elfutils-libelf-devel package is required:
79
+
```
80
+
$ sudo yum install elfutils-libelf-devel
81
+
```
77
82
78
83
79
84
**Note:** Refer to the *"Intel® SGX Resource Enumeration Leaves"* section in the [Intel SGX Programming reference guide](https://software.intel.com/en-us/articles/intel-sdm) to make sure your cpu has the SGX feature.
0 commit comments