mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-12 16:17:53 +00:00
doc: Update build-openbsd for 6.1
- Bump "updated for"
- Fix link to boost (haenet mirror is broken)
- Upgrade boost version to 1.64
Github-Pull: #11080
Rebased-From: 5be6e9b4f9
Tree-SHA512: 72877bf32e4f38fb530946c065c23edd683a0da379c33fa3eee4fbeb51e2c97171f5d33ebe1e77f25c3e14779d94e8198cc8fbb6e1055a1024638458ef7cc032
This commit is contained in:
parent
9fe1f6bd89
commit
2b59cfb1f7
@ -1,6 +1,6 @@
|
|||||||
OpenBSD build guide
|
OpenBSD build guide
|
||||||
======================
|
======================
|
||||||
(updated for OpenBSD 6.0)
|
(updated for OpenBSD 6.1)
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
@ -48,13 +48,13 @@ BOOST_PREFIX="${BITCOIN_ROOT}/boost"
|
|||||||
mkdir -p $BOOST_PREFIX
|
mkdir -p $BOOST_PREFIX
|
||||||
|
|
||||||
# Fetch the source and verify that it is not tampered with
|
# Fetch the source and verify that it is not tampered with
|
||||||
curl -o boost_1_61_0.tar.bz2 http://heanet.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.tar.bz2
|
curl -o boost_1_64_0.tar.bz2 https://netcologne.dl.sourceforge.net/project/boost/boost/1.64.0/boost_1_64_0.tar.bz2
|
||||||
echo 'a547bd06c2fd9a71ba1d169d9cf0339da7ebf4753849a8f7d6fdb8feee99b640 boost_1_61_0.tar.bz2' | sha256 -c
|
echo '7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332 boost_1_64_0.tar.bz2' | sha256 -c
|
||||||
# MUST output: (SHA256) boost_1_61_0.tar.bz2: OK
|
# MUST output: (SHA256) boost_1_64_0.tar.bz2: OK
|
||||||
tar -xjf boost_1_61_0.tar.bz2
|
tar -xjf boost_1_64_0.tar.bz2
|
||||||
|
|
||||||
# Boost 1.61 needs one small patch for OpenBSD
|
# Boost 1.64 needs one small patch for OpenBSD
|
||||||
cd boost_1_61_0
|
cd boost_1_64_0
|
||||||
# Also here: https://gist.githubusercontent.com/laanwj/bf359281dc319b8ff2e1/raw/92250de8404b97bb99d72ab898f4a8cb35ae1ea3/patch-boost_test_impl_execution_monitor_ipp.patch
|
# Also here: https://gist.githubusercontent.com/laanwj/bf359281dc319b8ff2e1/raw/92250de8404b97bb99d72ab898f4a8cb35ae1ea3/patch-boost_test_impl_execution_monitor_ipp.patch
|
||||||
patch -p0 < /usr/ports/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp
|
patch -p0 < /usr/ports/devel/boost/patches/patch-boost_test_impl_execution_monitor_ipp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user