how to install boost-devel 1.59 in CentOS7‏ -


i want install boost-devel 1.59 in centos7, default repo has 1.53, have compile source code.

i have download 1.59 web page, , use ./bootstrap.sh , ./b2 install install boost 1.59.

but when want install other packages such cgal-devel, tells me donnot install boost-devel 1.59, wonder how install boost-devel?

thanks.

got boost 1.59 version installed in centos 7 below commands:

sudo wget http://repo.enetres.net/enetres.repo -o /etc/yum.repos.d/enetres.repo 

download lib64icu42-4.2.1-1mdv2010.0.x86_64.rpm below link: ftp://fr2.rpmfind.net/linux/mandriva/official/2010.0/x86_64/media/main/release/lib64icu42-4.2.1-1mdv2010.0.x86_64.rpm

install rpm:

sudo rpm -ivh lib64icu42-4.2.1-1mdv2010.0.x86_64.rpm 

install required boost library version:

sudo yum install boost-devel 

that's it. have great day!

rpm link: https://www.rpmfind.net/linux/rpm2html/search.php?query=libicuuc.so.42()(64bit)


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -