mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-12 02:07:39 +01:00
Squashed 'src/minisketch/' changes from eb37a9b8e7..d1e6bb8bbf
d1e6bb8bbf Merge bitcoin-core/minisketch#92: doc: rename from sipa to bitcoin-core b7b7dd0ec8 doc: rename from sipa to bitcoin-core git-subtree-dir: src/minisketch git-subtree-split: d1e6bb8bbf8ef104b9dd002cab14a71b91061177
This commit is contained in:
parent
cb59af38e7
commit
f5d8b66a8c
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
|
||||
|
||||
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:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/sipa/minisketch
|
||||
git clone https://github.com/bitcoin-core/minisketch
|
||||
cd minisketch
|
||||
./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])])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue