🔊 Language/C++
C++ - 우분투에서 Boost Library 설치하기
구동엽
2024. 7. 19. 10:49
1. 다운 받기
https://www.boost.org/users/download/
Boost Downloads
Current Release Version 1.85.0 April 15th, 2024 17:38 GMT New Libraries: Charconv, Scope. Updated Libraries: Asio, Atomic, Beast, Bimap, Bind, Conversion, Core, Filesystem, Function, Geometry, Iterator, JSON, LEAF, LexicalCast, Locale, Math, MSM, Multi-ind
www.boost.org
(여기에서는 tar.gz을 기준으로 설명합니다.)
2. 압출 풀기
1. cd Downloads
2. tar xvfz boost_1_85_0.tar.gz
3. cd boost_1_85_0
4. sudo ./bootstrap.sh
5. sudo ./b2 install