forked from boostorg/beast
Update README.md
This commit is contained in:
@@ -96,7 +96,7 @@ using the `git subtree` or `git submodule` commands). Then, edit your
|
|||||||
build scripts to add the `include/` directory to the list of paths checked
|
build scripts to add the `include/` directory to the list of paths checked
|
||||||
by the C++ compiler when searching for includes. Beast `#include` lines
|
by the C++ compiler when searching for includes. Beast `#include` lines
|
||||||
will look like this:
|
will look like this:
|
||||||
```
|
```C++
|
||||||
#include <beast/http.hpp>
|
#include <beast/http.hpp>
|
||||||
#include <beast/websocket.hpp>
|
#include <beast/websocket.hpp>
|
||||||
```
|
```
|
||||||
@@ -137,6 +137,7 @@ The files in the repository are laid out thusly:
|
|||||||
./
|
./
|
||||||
bin/ Holds executables and project files
|
bin/ Holds executables and project files
|
||||||
bin64/ Holds 64-bit Windows executables and project files
|
bin64/ Holds 64-bit Windows executables and project files
|
||||||
|
doc/ Source code and scripts for the documentation
|
||||||
include/ Add this to your compiler includes
|
include/ Add this to your compiler includes
|
||||||
beast/
|
beast/
|
||||||
extras/ Additional APIs, may change
|
extras/ Additional APIs, may change
|
||||||
|
Reference in New Issue
Block a user