Skip to content

Commit 4b1816c

Browse files
authored
HADOOP-17153. Add boost installation steps to build instruction on CentOS 8. (#2169)
1 parent ac5f21d commit 4b1816c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

BUILDING.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,14 @@ Building on CentOS 8
449449
* Install libraries provided by CentOS 8.
450450
$ sudo dnf install libtirpc-devel zlib-devel lz4-devel bzip2-devel openssl-devel cyrus-sasl-devel libpmem-devel
451451

452+
* Install boost.
453+
$ 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
454+
$ tar xjf boost_1_72_0.tar.bz2
455+
$ cd boost_1_72_0
456+
$ ./bootstrap.sh --prefix=/usr/local
457+
$ ./b2
458+
$ sudo ./b2 install
459+
452460
* Install optional dependencies (snappy-devel).
453461
$ sudo dnf --enablerepo=PowerTools snappy-devel
454462

0 commit comments

Comments
 (0)