boost/libs/dll/doc/dependencies.qbk

23 lines
733 B
Plaintext
Raw Permalink Normal View History

2018-01-12 21:47:58 +01:00
[/
Copyright 2014 Renato Tegon Forti, Antony Polukhin
2021-10-05 21:37:46 +02:00
Copyright 2015-2021 Antony Polukhin
2018-01-12 21:47:58 +01:00
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/]
[section Dependencies]
The Boost.DLL is a header only library, but it depends on the following libraries
and they must be available in order to compile programs that use Boost.DLL:
* Boost.System for the boost::system::error_code and boost::system::system_error classes.
* Boost.Filesystem for directory manipulation.
Refcountable part of Boost.DLL also depends on:
* Boost.Function for creation of a callback system.
* Boost.SharedPtr for reference counting.
[endsect]