SafeTrace icon indicating copy to clipboard operation
SafeTrace copied to clipboard

Document safetrace/enclave dependencies for libzmq and llvm-config

Open sbellem opened this issue 4 years ago • 0 comments

As I went through the installation and build steps for the safetrace/enclave, I was missing libzmq3-dev (ubuntu 18.04) and had to symlink llvm-config-6.0 (ln -s /usr/bin/llvm-config-6.0 /usr/local/bin/llvm-config).

I could make a pull request documenting these dependencies and details if it makes sense. Perhaps, libzmq3-dev can be added to the script shown under https://github.com/enigmampc/SafeTrace/blob/master/enclave/INSTALL.md#software ...?

sbellem avatar Aug 12 '20 04:08 sbellem