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
Copy file name to clipboardExpand all lines: QuoteGeneration/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
120
120
```
121
121
$ make deb_pkg
122
122
```
123
-
You can find the generated installers located under `linux/installer/deb/`.
123
+
You can find the generated installers located under `installer/linux/deb/`.
124
124
**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.
125
125
**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:
126
126
```
@@ -130,7 +130,7 @@ A `README.md` is provided in the Intel(R) SGX driver package for Intel(R) SGX DC
130
130
```
131
131
$ make rpm_pkg
132
132
```
133
-
You can find the generated installers located under `linux/installer/rpm/`.
133
+
You can find the generated installers located under `installer/linux/rpm/`.
134
134
**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:
0 commit comments