diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6920fc..6ed00ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Version 203 * session_alloc is thread-safe * examples use flat_buffer * parse_until is not static +* Boost.System is header-only -------------------------------------------------------------------------------- diff --git a/Jamfile b/Jamfile index dadbcb75..02768170 100644 --- a/Jamfile +++ b/Jamfile @@ -96,7 +96,6 @@ project /boost/beast /boost//headers . ./test/extras/include - /boost/system//boost_system /boost/coroutine//boost_coroutine /boost/filesystem//boost_filesystem static_asio diff --git a/README.md b/README.md index e13abb19..f136553f 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,9 @@ to your source files, like this: #include ``` -To build your program successfully, you'll need to add the Boost.System -library to link with. If you use coroutines you'll also need to link -with the Boost.Coroutine library. Please visit the Boost documentation -for instructions on how to do this for your particular build system. +If you use coroutines you'll need to link with the Boost.Coroutine +library. Please visit the Boost documentation for instructions +on how to do this for your particular build system. To build the documentation, examples, tests, and benchmarks it is necessary to first obtain the Boost "superproject" along with sources of