mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
docs: bump python version in dependencies.md and build-openbsd.md
This commit is contained in:
parent
5f7009ce88
commit
da45a6743a
@ -14,7 +14,7 @@ pkg_add git gmake libevent libtool
|
||||
pkg_add qt5 # (optional for enabling the GUI)
|
||||
pkg_add autoconf # (select highest version, e.g. 2.69)
|
||||
pkg_add automake # (select highest version, e.g. 1.15)
|
||||
pkg_add python # (select highest version, e.g. 3.8)
|
||||
pkg_add python # (select highest version, e.g. 3.9)
|
||||
pkg_add gmp
|
||||
pkg_add bash
|
||||
pkg_add boost
|
||||
|
@ -19,7 +19,7 @@ These are the dependencies currently used by Dash Core. You can find instruction
|
||||
| Linux Kernel | [N/A](https://www.kernel.org/) | 3.2.0 | | | |
|
||||
| MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | |
|
||||
| PCRE | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) |
|
||||
| Python (tests) | | [3.8](https://www.python.org/downloads) | | | |
|
||||
| Python (tests) | | [3.9](https://www.python.org/downloads) | | | |
|
||||
| qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | |
|
||||
| Qt | [5.15.11](https://download.qt.io/official_releases/qt/) | [5.11.3](https://github.com/bitcoin/bitcoin/pull/24132) | No | | |
|
||||
| SQLite | [3.32.1](https://sqlite.org/download.html) | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | | | |
|
||||
|
Loading…
Reference in New Issue
Block a user