JuliaCrypto / Nettle.jl

Julia wrapper around nettle cryptographic hashing/encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as well as AES encryption/decryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing file

randall-romero opened this issue · comments

Hi,

While trying to install IJulia I got an error that led me to the file scr\Nettle.jl. In line 3 it tries to include the file ../deps/deps.jl which I think is missing.

Thanks!

Randall

Try Pkg.build("Nettle") and see if that gives you any errors. Otherwise it should create the file.

I'm going to close this for now, as I believe this issue has been dealt with. If I am wrong, please comment here and we can reopen the issue.

Thanks, Keno and staticfloat!