Skip to content

Installing SGX

Stan Kladko edited this page Jul 19, 2019 · 2 revisions
  1. Reboot your machine and enable SGX in bios.

  2. Install SGX SDK and PSW and specified in https://github.com/intel/linux-sgx

    • clone repository
    • ./download_prebuilt.sh
    • make
    • make sdk_install_pkg
    • cd linux/installer/bin
    • /sgx_linux_x64_sdk_${version}.bin
Clone this wiki locally