Conversation
… ffi stuff to accomodate. Also changed the README instructions as they were out of date.
|
|
||
|
|
||
| #### Easy (MacOS only) | ||
| Use [brew](https://brew.sh/) to install `libsecp256k1`: |
There was a problem hiding this comment.
Unfortunately, the brew install doesn't have these options enabled --enable-module-extrakeys --enable-module-schnorrsig --enable-experimental so it fails.
There was a problem hiding this comment.
That used to be true, but I fixed that upstream in 2021!
cuber/homebrew-libsecp256k1@50639e1
There was a problem hiding this comment.
ah, then the upstream libsecp256k1 needs to upgrade to the latest version because that one still uses the deprecated function. How do I do that?
There was a problem hiding this comment.
It looks like you just change the version number and hash digest here:
https://github.com/cuber/homebrew-libsecp256k1/blob/master/libsecp256k1.rb
(You can do it on your own branch/repo and use $ brew tap for testing)
Updated libsec function as one of them is now deprecated.
Also changed the README instructions as they were out of date.