diff options
| author | MarcoFalke <[email protected]> | 2019-03-28 10:44:17 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-03-28 10:44:20 -0400 |
| commit | 32e0428e371eb57fabaf4bc8fb20463ac1a714ba (patch) | |
| tree | 85d4c1236e8099bb14641514d4d78f9352ad634f | |
| parent | Merge #15682: release: Update the Windows Codesigning certificate (diff) | |
| parent | doc/dependencies: Fix typo libsrvg->librsvg (diff) | |
| download | discoin-32e0428e371eb57fabaf4bc8fb20463ac1a714ba.tar.xz discoin-32e0428e371eb57fabaf4bc8fb20463ac1a714ba.zip | |
Merge #15684: doc/dependencies: Fix typo libsrvg->librsvg
7d01b5cf2c doc/dependencies: Fix typo libsrvg->librsvg (Luke Dashjr)
Pull request description:
ACKs for commit 7d01b5:
practicalswift:
ACK 7d01b5cf2ca67535374d444725fdff699b891683
Tree-SHA512: f04e20a482df586ae60fae68a94c53b7a3efcdd050bc60eed5b3ac51e1f8ac4b5016290302b1729fcd4ac600393fd163ebf01c919583efa8ddde44f7a5de5462
| -rw-r--r-- | doc/dependencies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dependencies.md b/doc/dependencies.md index 0fb36184c..c445e2e23 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -17,7 +17,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct | libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | | | libjpeg | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L65) | | libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L64) | -| libsrvg | | | | | | +| librsvg | | | | | | | MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | | No | | | | OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | | | PCRE | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L66) | @@ -43,4 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f * ZeroMQ is needed only with the `--with-zmq` option. #### Other -* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS.
\ No newline at end of file +* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS. |