```
-To link your program successfully, you'll need to add the Boost.System
-library to link with. If you use coroutines you'll also need the
-Boost.Coroutine library. Please visit the Boost documentation for
-instructions on how to do this for your particular build system.
+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.
For the examples and tests, Beast provides build scripts for Boost.Build (bjam)
and CMake. It is possible to generate Microsoft Visual Studio or Apple
@@ -113,17 +108,6 @@ cmake -G"Visual Studio 15 2017 Win64" .. # for 64-bit Windows builds (VS2017)
```
-To build with Boost.Build, it is necessary to have the bjam executable
-in your path. And bjam needs to know how to find the Boost sources. The
-easiest way to do this is make sure that the version of bjam in your path
-is the one at the root of the Boost source tree, which is built when
-running `bootstrap.sh` (or `bootstrap.bat` on Windows).
-
-Once bjam is in your path, simply run bjam in the root of the Beast
-repository to automatically build the required Boost libraries if they
-are not already built, build the examples, then build and run the unit
-tests.
-
The files in the repository are laid out thusly:
```
@@ -155,8 +139,7 @@ http://www.boost.org/LICENSE_1_0.txt)
## Contact
Please report issues or questions here:
-https://github.com/vinniefalco/Beast/issues
-
+https://github.com/boostorg/beast/issues
---
@@ -178,7 +161,7 @@ You can look through the Closed pull requests to get an idea of how
reviews are performed. To give a code review just sign in with your
GitHub account and then add comments to any open pull requests below,
don't be shy!
-https://github.com/vinniefalco/Beast/pulls
+https://github.com/boostorg/beast/pulls
Here are some resources to learn more about
code reviews:
@@ -196,11 +179,3 @@ stakeholders about its interfaces. Even if you just have questions,
asking them in the code review or in issues provides valuable information
that can be used to improve the library - do not hesitate, no question
is insignificant or unimportant!
-
-While code reviews are the preferred form of donation, if you simply
-must donate money to support the library, please do so
-using Bitcoin sent to this address:
-1DaPsDvv6MjFUSnsxXSHzeYKSjzrWrQY7T
-
-
-
diff --git a/doc/images/readme.png b/doc/images/readme.png
deleted file mode 100644
index 44b53c2e..00000000
Binary files a/doc/images/readme.png and /dev/null differ
diff --git a/doc/images/readme2.png b/doc/images/readme2.png
new file mode 100644
index 00000000..159582ab
Binary files /dev/null and b/doc/images/readme2.png differ