Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Teaclave Installation Notes

Titus Abele edited this page Mar 20, 2023 · 3 revisions

OS

  • I chose to dual boot Ubuntu 20.04 LTS (Desktop because Server was too tedious - also, following this issue which states that it "should" work) to facilitate the usage of teaclave
  • This suggestion came from Thomas but also from a variety of sources online

Activating Intel SGX

  • I had to use the Intel SGX Activation App found here
  • My Windows BSODed after activation because my BIOS' SGX setting was in "Software Controlled" I had to switch it to "Enabled"
  • Activation was successful after enabling the setting
  • On the Ubuntu install ls /dev/isgx worked after installing the sgx driver (the correct version was found here)

libprotobuf10

  • I got a lot of errors when trying to install teaclave dependencies concerning a "virtual package" libprotobuf10
  • To solve this : I had to install libprotobuf10 manually from here
Clone this wiki locally