Boost를 특정 버전으로 업그레이드하는 방법은 무엇입니까?

Boost를 특정 버전으로 업그레이드하는 방법은 무엇입니까?

CentOS7.2(1511)에서 Boost를 1.59로 업그레이드하고 싶습니다:

mysql 소스 코드를 작성했기 때문에 오류가 발생했습니다.

CMake Warning at cmake/boost.cmake:266 (MESSAGE):
  Boost minor version found is 53 we need 59
Call Stack (most recent call first):
  CMakeLists.txt:491 (INCLUDE)

나는 다음을 사용하려고합니다 :

yum install boost-1.59.0

그러나 실패했습니다:

[root@localhost ~]# yum install boost-1.59.0
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.cn99.com
 * extras: mirrors.cn99.com
 * updates: mirrors.shuosc.org
No package boost-1.59.0 available.

편집하다

내 운영 체제 버전은 입니다 CentOS7.2(1511).

관련 정보