File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
OpenBSD build guide
2
2
======================
3
- (updated for OpenBSD 6.3 )
3
+ (updated for OpenBSD 6.4 )
4
4
5
5
This guide describes how to build bitcoind and command-line utilities on OpenBSD.
6
6
@@ -14,7 +14,7 @@ Run the following as root to install the base dependencies for building:
14
14
``` bash
15
15
pkg_add git gmake libevent libtool boost
16
16
pkg_add autoconf # (select highest version, e.g. 2.69)
17
- pkg_add automake # (select highest version, e.g. 1.15 )
17
+ pkg_add automake # (select highest version, e.g. 1.16 )
18
18
pkg_add python # (select highest version, e.g. 3.6)
19
19
20
20
git clone https://github.com/bitcoin/bitcoin.git
@@ -60,8 +60,8 @@ Preparation:
60
60
export AUTOCONF_VERSION=2.69
61
61
62
62
# Replace this with the automake version that you installed. Include only
63
- # the major and minor parts of the version: use "1.15 " for "automake-1.15 .1".
64
- export AUTOMAKE_VERSION=1.15
63
+ # the major and minor parts of the version: use "1.16 " for "automake-1.16 .1".
64
+ export AUTOMAKE_VERSION=1.16
65
65
66
66
./autogen.sh
67
67
```
You can’t perform that action at this time.
0 commit comments