You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-16Lines changed: 14 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
-
# WARNING: THIS IS SUPER MEGA EXTRA ALPHA VERSION OF C++ DRIVER FOR YDB!!!
2
-
#Don't use it in production environment!
1
+
# YDB C++ SDK
2
+
## This is a pre-release version of the C++ driver for [YDB](https://github.com/ydb-platform/ydb), backward compatibility is not guaranteed!
3
3
4
-
If you ok with this warning, then...
4
+
## Building YDB C++ SDK from sources
5
5
6
-
# Building YDB C++ SDK from sources
7
-
8
-
## Prerequisites
6
+
### Prerequisites
9
7
10
8
- cmake 3.22+
11
9
- clang 16+
@@ -15,7 +13,7 @@ If you ok with this warning, then...
15
13
- yasm
16
14
- protoc
17
15
18
-
## Library dependencies
16
+
###Library dependencies
19
17
20
18
- gRPC
21
19
- protobuf
@@ -33,17 +31,17 @@ If you ok with this warning, then...
Generate build configuration using the `release` preset. `ccache` is located automatically, but if you get the warning that it's not been found, specify its location by passing `-DCCACHE_PATH=path/to/bin`
109
107
@@ -112,13 +110,13 @@ cd ydb-cpp-sdk
112
110
cmake --preset release
113
111
```
114
112
115
-
## Build
113
+
###Build
116
114
117
115
```bash
118
116
cmake --build --preset release
119
117
```
120
118
121
-
## Test
119
+
###Test
122
120
123
121
Specify a level of parallelism by passing the `-j<level>` option into the command below (e.g. `-j$(nproc)`)
0 commit comments