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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,12 @@ make -j6 install package
160
160
161
161
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.
162
162
163
+
Build the SDK and generate a debian package using the `make` command below:
164
+
165
+
```
166
+
make -j6 install package
167
+
```
168
+
163
169
**On Windows:**
164
170
165
171
- Open the `sln` file in the build folder in Microsoft Visual Studio.
0 commit comments