mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
Boost.System is header-only:
fix #1414 * No need to link with Boost.System
This commit is contained in:
committed by
Vinnie Falco
parent
ca5a70a3cd
commit
03c2a8e54c
@@ -105,10 +105,9 @@ to your source files, like this:
|
||||
#include <boost/beast.hpp>
|
||||
```
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user