mirror of
https://github.com/boostorg/dll.git
synced 2026-01-19 04:12:08 +00:00
22 lines
650 B
Plaintext
22 lines
650 B
Plaintext
[/
|
|
Copyright 2014 Renato Tegon Forti, Antony Polukhin
|
|
Copyright Antony Polukhin, 2015-2026
|
|
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::system_error class.
|
|
* Boost.Filesystem for directory manipulation.
|
|
|
|
Refcountable part of Boost.DLL also depends on:
|
|
|
|
* Boost.SharedPtr for reference counting.
|
|
|
|
[endsect]
|
|
|