Update README.md

add install sgx driver
This commit is contained in:
fys05 2024-03-01 16:43:19 +08:00 committed by GitHub
parent fe14abcd6f
commit cd0ca5cd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,14 @@ Inspect your system's SGX support with:
./sgx-detect
```
Install sgx driver:
```
apt update
apt install build-essential automake autoconf libtool wget python libssl-dev dkms
wget https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu18.04-server/sgx_linux_x64_driver_1.41.bin
bash sgx_linux_x64_driver_1.41.bin
```
Sample Output:
```text