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.
2 parents 0edf37a + 3a98892 commit d80671bCopy full SHA for d80671b
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