1 Star 0 Fork 79

guoge / secGear

forked from openEuler / secGear 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_install.md 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
liwei3013 提交于 2020-12-28 21:31 . update docs/build_install.md.

Install secGear

openEuler x86

  1. Refer to https://01.org/intel-software-guard-extensions/downloads download and install the 2.11 sgx driver, sgx psw, sgx sdx. In the directory of sgx sdk, source environment(for use sgx-sign)

  2. Refer to https://github.com/ocaml/opam/releases download and install the opam-2.0.7-x86_64-linux. Run "./opam-2.0.7-x86_64-linux init" Copy the output of "./opam-2.0.7-x86_64-linux env" to ~/.bashrc, then run "source ~/.bashrc" Run "./opam-2.0.7-x86_64-linux install dune"

  3. source environment && mkdir debug && cd debug && cmake -DCMAKE_BUILD_TYPE=Debug -DCC_SGX=ON -DSGXSDK="sgx_sdk path" .. && make && sudo make install

openEuler arm

  1. The itrustee OS is not released. Therefore, no installation description is provided. How to install and configure the secGear on the platform where the itrustee OS is enabled will be provided after the itrustee OS is released.

  2. Refer to https://github.com/ocaml/opam/releases download and install the opam-2.0.7-arm64-linux. Run "./opam-2.0.7-arm64-linux init" Copy the output of "./opam-2.0.7-arm64-linux env" to ~/.bashrc, then run "source ~/.bashrc" Run ./opam-2.0.7-arm64-linux install dune

  3. source environment && mkdir debug && cd debug && cmake -DCMAKE_BUILD_TYPE=Debug -DCC_GP=ON -DiTrusteeSDK="iTrustee sdk path" .. && make && sudo make install

1
https://gitee.com/jdkboy/secGear.git
git@gitee.com:jdkboy/secGear.git
jdkboy
secGear
secGear
master

搜索帮助