fentec-project / gofe

Functional encryption library in Go
Apache License 2.0
166 stars 51 forks source link

dependencies #30

Closed bquast closed 4 years ago

bquast commented 4 years ago

Hi,

I'm very familiar with go, but I had in to install the following dependencies to avoid errors:

bn256 pkg/errors stretchr/testify/assert

tilenmarc commented 4 years ago

Hi! Thanks for your comment. We will update the README.md in section Building GoFE to say: "First, download and build the library by running go get -u -t github.com/fentec-project/gofe/... from the terminal." Note that I added /... to the end of the command, which should (as far as I know) recursively install all the dependencies. Kind regards, Tilen

bquast commented 4 years ago

Thanks, and that should've read that: I'm not very familiar with go (which must've been obvious)