Updated:

less than 1 minute read

설명

  • https://www.boost.org/
  • C++ 라이브러리들의 집합
  • 부스트로 시작하여 표준에 포함되는 경우가 적지 않음


라이센스

  • Boost Software License
    • 상업적 및 비상업적 사용을 모두 권장
    • Boost 라이선스는 GPL 또는 기타 라이선스와 관련 없음


컴파일 방법

  • 리눅스
    • ./bootstrap.sh --with-libraries=log
    • ./b2 link=static threading=multi

Tags:

Categories:

Updated: