mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 10:30:08 +01:00
Update minisketch subtree to latest master
This commit is contained in:
commit
4fde88bc46
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