mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
doc: Update OpenBSD build guide for 6.4
This commit is contained in:
parent
6d247b1148
commit
33ae985912
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
OpenBSD build guide
|
OpenBSD build guide
|
||||||
======================
|
======================
|
||||||
(updated for OpenBSD 6.3)
|
(updated for OpenBSD 6.4)
|
||||||
|
|
||||||
This guide describes how to build bitcoind and command-line utilities on OpenBSD.
|
This guide describes how to build bitcoind and command-line utilities on OpenBSD.
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ Run the following as root to install the base dependencies for building:
|
||||||
```bash
|
```bash
|
||||||
pkg_add git gmake libevent libtool boost
|
pkg_add git gmake libevent libtool boost
|
||||||
pkg_add autoconf # (select highest version, e.g. 2.69)
|
pkg_add autoconf # (select highest version, e.g. 2.69)
|
||||||
pkg_add automake # (select highest version, e.g. 1.15)
|
pkg_add automake # (select highest version, e.g. 1.16)
|
||||||
pkg_add python # (select highest version, e.g. 3.6)
|
pkg_add python # (select highest version, e.g. 3.6)
|
||||||
|
|
||||||
git clone https://github.com/bitcoin/bitcoin.git
|
git clone https://github.com/bitcoin/bitcoin.git
|
||||||
|
|
@ -60,8 +60,8 @@ Preparation:
|
||||||
export AUTOCONF_VERSION=2.69
|
export AUTOCONF_VERSION=2.69
|
||||||
|
|
||||||
# Replace this with the automake version that you installed. Include only
|
# Replace this with the automake version that you installed. Include only
|
||||||
# the major and minor parts of the version: use "1.15" for "automake-1.15.1".
|
# the major and minor parts of the version: use "1.16" for "automake-1.16.1".
|
||||||
export AUTOMAKE_VERSION=1.15
|
export AUTOMAKE_VERSION=1.16
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue