Skip to content

Commit 3a98892

Browse files
update to internal commit 62ad9c0c
1 parent cd65d48 commit 3a98892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/cplusplus/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ delete cvr, cvr = NULL;
162162
Open a terminal and change to the target directory where `DBRCPPSample.cpp` is located. Build the sample:
163163

164164
```bash
165-
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
165+
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
166166
cp ../Dist/DBR-PresetTemplates.json ../Dist/Lib/Linux/x64
167167
```
168168

0 commit comments

Comments
 (0)