From 692dc57355e861c48f76f05947f01c0c19fe7a85 Mon Sep 17 00:00:00 2001 From: Qiyuan Gong Date: Wed, 26 May 2021 14:30:24 +0800 Subject: [PATCH] Add tzdata & libsgx-dcap-quote-verify-dev into install package --- docs/install_occlum_packages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install_occlum_packages.md b/docs/install_occlum_packages.md index 224d6a19..46f9180e 100644 --- a/docs/install_occlum_packages.md +++ b/docs/install_occlum_packages.md @@ -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: ``` -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: @@ -58,7 +58,7 @@ echo "source /etc/profile" >> $HOME/.bashrc 1. Install Prerequisite ``` 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 @@ -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: ``` 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: