mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 10:30:08 +01:00
Merge bitcoin/bitcoin#32000: Update minisketch subtree to d1e6bb8bbf8ef104b9dd002cab14a71b91061177
f5d8b66a8c
Squashed 'src/minisketch/' changes from eb37a9b8e7..d1e6bb8bbf (fanquake) Pull request description: Includes: * https://github.com/bitcoin-core/minisketch/pull/92 ACKs for top commit: hebasto: ACK4fde88bc46
, I've updated the subtree locally and got zero diff with this PR. Tree-SHA512: 0ddaa6b64ca14da244d455594bc122a059fd1d199d28a7a78f266e352811568bd0f30d3b1e5e5d859f92753d3979831c095e3f6078f0ba2c909b1566a0e74a0c
This commit is contained in:
commit
093c757d7c
2 changed files with 3 additions and 3 deletions
|
@ -68,12 +68,12 @@ Below we compare the PinSketch algorithm (which `libminisketch` is an implementa
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
The build system is very rudimentary for now, and [improvements](https://github.com/sipa/minisketch/pulls) are welcome.
|
The build system is very rudimentary for now, and [improvements](https://github.com/bitcoin-core/minisketch/pulls) are welcome.
|
||||||
|
|
||||||
The following may work and produce a `libminisketch.a` file you can link against:
|
The following may work and produce a `libminisketch.a` file you can link against:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sipa/minisketch
|
git clone https://github.com/bitcoin-core/minisketch
|
||||||
cd minisketch
|
cd minisketch
|
||||||
./autogen.sh && ./configure && make
|
./autogen.sh && ./configure && make
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([minisketch], [0.0.1], [http://github.com/sipa/minisketch/])
|
AC_INIT([minisketch], [0.0.1], [http://github.com/bitcoin-core/minisketch/])
|
||||||
|
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue