Add tzdata & libsgx-dcap-quote-verify-dev into install package

This commit is contained in:
Qiyuan Gong 2021-05-26 14:30:24 +08:00 committed by Zongmin.Gu
parent 9a76ca1888
commit 692dc57355

@ -22,7 +22,7 @@ Please follow [Intel SGX Installation Guide](https://download.01.org/intel-sgx/s
After adding SGX RPM local repository to yum source, run the below command to install PSW: After adding SGX RPM local repository to yum source, run the below command to install PSW:
``` ```
yum --nogpgcheck install -y libsgx-dcap-ql libsgx-epid libsgx-urts libsgx-quote-ex yum --nogpgcheck install -y libsgx-dcap-ql libsgx-epid libsgx-urts libsgx-quote-ex libsgx-dcap-quote-verify-dev
``` ```
Also, UAE service libraries are needed but may not installed together with SGX PSW if SGX PSW installer is used. Go to SGX RPM local repo and run: Also, UAE service libraries are needed but may not installed together with SGX PSW if SGX PSW installer is used. Go to SGX RPM local repo and run:
@ -58,7 +58,7 @@ echo "source /etc/profile" >> $HOME/.bashrc
1. Install Prerequisite 1. Install Prerequisite
``` ```
apt-get update apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates gnupg2 jq make gdb wget libfuse-dev libtool DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates gnupg2 jq make gdb wget libfuse-dev libtool tzdata
``` ```
2. Install Intel® SGX Driver and Intel® SGX PSW 2. Install Intel® SGX Driver and Intel® SGX PSW
@ -68,7 +68,7 @@ Please follow [Intel SGX Installation Guide](https://download.01.org/intel-sgx/s
To install PSW, follow the guide to add Intel® SGX repository to APT source. And then run: To install PSW, follow the guide to add Intel® SGX repository to APT source. And then run:
``` ```
apt-get update apt-get update
apt-get install -y libsgx-dcap-ql libsgx-epid libsgx-urts libsgx-quote-ex libsgx-uae-service apt-get install -y libsgx-dcap-ql libsgx-epid libsgx-urts libsgx-quote-ex libsgx-uae-service libsgx-dcap-quote-verify-dev
``` ```
After installing PSW, please make sure `aesm` service is in `active (running)` state by checking: After installing PSW, please make sure `aesm` service is in `active (running)` state by checking: