Closed 20urc3 closed 1 year ago
here the exact method to build the sdk: https://github.com/intel/linux-sgx The first part is missing from your guide (dependencies & all)
hello @20urc3 ! thanks for your submission! our building instructions are outdated and will be updated as soon as possible. meanwhile you can follow the steps from this file https://github.com/skalenetwork/sgxwallet/blob/develop/DockerfileBase that we use to build the docker container for our product.
Describe the bug The instruction to build the project are not clear. If we follow
It won't compile with OpenSSL 3.0 or any recent version. Even with using a workaround (downgrading OpenSSL) it's not working. Results in: checking whether the C compiler works... no
Could you please update/provide a clear step-by-step to build the sgxwallet?
Thanks!