Skip to content

Commit ec69602

Browse files
Merge pull request #131 from dynamsoft-docs/preview
update to internal commit b3e0aa69
2 parents 87f20ce + 8e41ea0 commit ec69602

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

programming/cplusplus/user-guide-v10.4.2000.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ delete cvr, cvr = NULL;
163163

164164
```bash
165165
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -L ../Distributables/Lib/Linux/x64 -Wl,-rpath=../Distributables/Lib/Linux/x64 -std=c++11
166-
cp ../Distributables/DBR-PresetTemplates.json ../Distributables/Lib/Linux/x64
166+
```
167+
168+
Copy the preset template.
169+
170+
```bash
171+
cp -r ../Distributables/Templates ../Distributables/Lib/Linux/x64/
167172
```
168173

169174
Run the program `DBRCPPSample`.

programming/cplusplus/user-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ delete cvr, cvr = NULL;
163163

164164
```bash
165165
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
166+
```
167+
168+
Copy the preset template.
169+
170+
```bash
171+
cp -r ../Dist/Templates ../Dist/Lib/Linux/x64/
167172
```
168173

169174
Run the program `DBRCPPSample`.

0 commit comments

Comments
 (0)