You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
As I went through the installation and build steps for the safetrace/enclave, I was missing
libzmq3-dev
(ubuntu 18.04) and had to symlinkllvm-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 ...?The text was updated successfully, but these errors were encountered: