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
- Build PSW and SDK from source. See this [README](docker/build/README.md) for details.
35
36
```
36
37
$ cd docker/build && ./build_compose_run.sh
37
38
```
38
-
See this [README](docker/build/README.md) for details.
39
39
40
+
- Use prebuilt PSW and SDK downloaded from 01.org. See this [README](linux/installer/docker/README.md) for details.
41
+
```
42
+
$ cd linux/installer/docker && ./build_compose_run.sh
43
+
```
44
+
40
45
Build and Install the Intel(R) SGX Driver
41
46
-----------------------------------------
42
47
Follow the [README.md](https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/driver/linux/README.md) in the [SGXDataCenterAttestationPrimitives](https://github.com/intel/SGXDataCenterAttestationPrimitives/) project to build and install the Intel(R) SGX driver.
0 commit comments