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: docs/cpp/quickstart.md
+6
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,12 @@ make -j6 install
154
154
155
155
The `make` command generates a lot of deprecation warnings during the compiling of the classes generated from the protobuf definitions. This is expected as the protobuf definitions contain `deprecated` flags for fields that will not be supported in future versions of the SDK.
156
156
157
+
Build the SDK and generate a debian package using the `make` command below:
158
+
159
+
```
160
+
make -j6 install package
161
+
```
162
+
157
163
**On Windows:**
158
164
159
165
- Open the `sln` file in the build folder in Microsoft Visual Studio.
0 commit comments