Merge pull request #145 from okayplanet/master

README typo correction
This commit is contained in:
Chris Stewart 2018-04-17 11:56:43 -04:00 committed by GitHub
commit 7a9f73ed8d

View file

@ -30,7 +30,7 @@ This repostitory includes the following functionality:
# Setting up libsecp256k1
lisecp256k1 needs to be built with the java interface enabled. Use the following commands to build secp256k1 with jni enabled. [Here is the official documentation for doing this in secp256k1](https://github.com/bitcoin-core/secp256k1/blob/master/src/java/org/bitcoin/NativeSecp256k1.java#L35)
libsecp256k1 needs to be built with the java interface enabled. Use the following commands to build secp256k1 with jni enabled. [Here is the official documentation for doing this in secp256k1](https://github.com/bitcoin-core/secp256k1/blob/master/src/java/org/bitcoin/NativeSecp256k1.java#L35)
```
$ cd secp256k1
$ sh autogen.sh && ./configure --enable-jni --enable-experimental --enable-module-ecdh && make