Skip to content

Commit

Permalink
doc: remove --with-bignum from secp256k1 configure
Browse files Browse the repository at this point in the history
It was removed in bitcoin-core/secp256k1#831,
and results in:
```bash
configure: WARNING: unrecognized options: --with-bignum
```
  • Loading branch information
fanquake committed Jul 29, 2024
1 parent 292701c commit 0953584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/secp256k1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
git clone --depth 1 https://github.com/bitcoin-core/secp256k1.git
cd secp256k1/
autoreconf -ivf
./configure --enable-static --disable-tests --disable-benchmark --with-bignum=no --disable-exhaustive-tests --enable-module-recovery --enable-module-schnorrsig --enable-experimental --enable-module-ecdh
./configure --enable-static --disable-tests --disable-benchmark --disable-exhaustive-tests --enable-module-recovery --enable-module-schnorrsig --enable-experimental --enable-module-ecdh
make
export SECP256K1_INCLUDE_PATH=$(realpath .)
export LIBSECP256K1_A_PATH=$(realpath .libs/libsecp256k1.a)
Expand Down

0 comments on commit 0953584

Please sign in to comment.