2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Renames node to basic_node.

This commit is contained in:
Marcelo Zimbres
2023-02-19 20:26:19 +01:00
parent a850a6ed63
commit 1f3ef6b486
30 changed files with 291 additions and 242 deletions

View File

@@ -844,7 +844,11 @@ in no more than one source file in your applications. To build the
examples and tests cmake is supported, for example
```cpp
BOOST_ROOT=/opt/boost_1_80_0 cmake --preset dev
# Linux
$ BOOST_ROOT=/opt/boost_1_80_0 cmake --preset dev
# Windows
$ cmake -G "Visual Studio 17 2022" -A x64 -B bin64 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
```
## Acknowledgement