bl4ck5un / Town-Crier

Town Crier: an Authenticated Data Feeds for Smart Contracts
https://town-crier.netlify.app/
Other
133 stars 25 forks source link

SGX-Enter Script Missing Dependencies #64

Closed relyt29 closed 4 years ago

relyt29 commented 4 years ago

I'm not sure which Docker build script needs to be edited, but it's kind of annoying to have to run the following (+vim, tmux and sudo) every time you boot into the docker instance:

apt-get install libjsoncpp-dev libmicrohttpd10 libmicrohttpd-dev libjsonrpccpp-dev

(This is dependencies for the fb-login branch for cmake to configure, not sure if this applies to master as well)

bl4ck5un commented 4 years ago

Those are specific to fb-login. That branch contains old code depends on those libs. If this is still relevant, could you rebase fb-login on the master? Rebasing should not be too hard. Changs in the master are mainly in untrusted land.