You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2020/07/25 21:39:14 UTC

[hadoop] branch trunk updated: HADOOP-17153. Add boost installation steps to build instruction on CentOS 8. (#2169)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4b1816c  HADOOP-17153. Add boost installation steps to build instruction on CentOS 8. (#2169)
4b1816c is described below

commit 4b1816c7d0188363896505d0f0f93cb58d44bcd9
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Sun Jul 26 06:38:54 2020 +0900

    HADOOP-17153. Add boost installation steps to build instruction on CentOS 8. (#2169)
---
 BUILDING.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/BUILDING.txt b/BUILDING.txt
index c96c851..78843cc 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -449,6 +449,14 @@ Building on CentOS 8
 * Install libraries provided by CentOS 8.
   $ sudo dnf install libtirpc-devel zlib-devel lz4-devel bzip2-devel openssl-devel cyrus-sasl-devel libpmem-devel
 
+* Install boost.
+  $ curl -L -o boost_1_72_0.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.bz2/download
+  $ tar xjf boost_1_72_0.tar.bz2
+  $ cd boost_1_72_0
+  $ ./bootstrap.sh --prefix=/usr/local
+  $ ./b2
+  $ sudo ./b2 install
+
 * Install optional dependencies (snappy-devel).
   $ sudo dnf --enablerepo=PowerTools snappy-devel
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org