Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Aug 5, 2021
1 parent bcd615a commit ddadbca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Set the license key in `BarcodeReader.cxx`:

```cpp
reader.InitLicense("LICENSE-KEY");
DBR_InitLicense(reader, "LICENSE-KEY");
```
## Contact Us
Expand All @@ -40,6 +40,12 @@ reader.InitLicense("LICENSE-KEY");
cmake --build . --config release
```
For `MinGW`:
```bash
cmake -G "MinGW Makefiles" ..
```
3. Run the app:
```
Release\BarcodeReader [image-file] [optional: license-file] [optional: template-file]
Expand Down

0 comments on commit ddadbca

Please sign in to comment.