Skip to content

Commit b94b65a

Browse files
add info for copying model files
1 parent 9cfe7ec commit b94b65a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

programming/cplusplus/user-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ delete cvRouter, cvRouter = NULL;
165165
1. In Visual Studio, set the solution to build as `Release|x64`.
166166
2. Build the project to generate the program `DBRCPPSample.exe`.
167167
3. Copy **ALL** `*.dll` files under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Lib/Windows/x64` to the same folder as the `DBRCPPSample.exe`.
168-
4. Copy the folder `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/Templates` to the same folder as the `DBRCPPSample.exe`.
168+
4. Copy the folder `Templates` and `Models` under `[INSTALLATION FOLDER]/DynamsoftBarcodeReader/Dist/` to the same folder as the `DBRCPPSample.exe`.
169169
5. Run the program `DBRCPPSample.exe`.
170170

171171
#### For Linux
@@ -177,10 +177,11 @@ delete cvRouter, cvRouter = NULL;
177177
g++ -o DBRCPPSample DBRCPPSample.cpp -lDynamsoftCaptureVisionRouter -lDynamsoftLicense -lDynamsoftCore -lDynamsoftUtility -L ../Dist/Lib/Linux/x64 -Wl,-rpath=../Dist/Lib/Linux/x64 -std=c++11
178178
```
179179

180-
3. Copy the preset template:
180+
3. Copy the preset template and model files:
181181

182182
```bash
183183
cp -r ../Dist/Templates ../Dist/Lib/Linux/x64/
184+
cp -r ../Dist/Models ../Dist/Lib/Linux/x64/
184185
```
185186

186187
4. Run the program:

0 commit comments

Comments
 (0)