Skip to content

Commit 2d6e3df

Browse files
authored
Update README.md (#398)
Update README.md Signed-off-by: Zhang Lili Z lili.z.zhang@intel.com
1 parent 7345138 commit 2d6e3df

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -260,25 +260,6 @@ Install the Intel(R) SGX PSW
260260
```
261261
$ sudo zypper install libopenssl-devel libcurl-devel protobuf-devel
262262
```
263-
- `iclsClient` and `JHI` are optional prerequisite components and are needed if you need to use Intel(R) SGX Platform Service. To install these components:
264-
Ensure `mei_me` driver is enabled and `/dev/mei0` exists.
265-
Send email to sgx_program@intel.com to request `iclsClient`.
266-
Download source code from [dynamic-application-loader-host-interface](https://github.com/01org/dynamic-application-loader-host-interface) project. In the source code folder, build and install the `JHI` service using the following commands:
267-
* On Ubuntu 16.04 and Ubuntu 18.04:
268-
```
269-
$ sudo apt-get install uuid-dev libxml2-dev cmake pkg-config libsystemd-dev
270-
$ cmake .;make;sudo make install;sudo systemctl enable jhi
271-
```
272-
* On Red Hat Enterprise Linux 7.4, CentOS 7.5 and Fedora 27:
273-
```
274-
$ sudo yum install libuuid-devel libxml2-devel cmake pkgconfig systemd-devel
275-
$ cmake .;make;sudo make install;sudo ldconfig;sudo systemctl enable jhi
276-
```
277-
* On SUSE Linux Enterprise Server 12:
278-
```
279-
$ sudo zypper install libuuid-devel libxml2-devel cmake pkg-config systemd-devel
280-
$ cmake .;make;sudo make install;sudo ldconfig;sudo systemctl enable jhi
281-
```
282263

283264
### Install the Intel(R) SGX PSW
284265
To install the Intel(R) SGX PSW, invoke the installer with root privilege:

0 commit comments

Comments
 (0)