We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65d48 commit 3a98892Copy full SHA for 3a98892
programming/cplusplus/user-guide.md
@@ -162,7 +162,7 @@ delete cvr, cvr = NULL;
162
Open a terminal and change to the target directory where `DBRCPPSample.cpp` is located. Build the sample:
163
164
```bash
165
- g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
+ g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
166
cp ../Dist/DBR-PresetTemplates.json ../Dist/Lib/Linux/x64
167
```
168
0 commit comments