Skip to content

Commit ddadbca

Browse files
committed
Updated README.md
1 parent bcd615a commit ddadbca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Set the license key in `BarcodeReader.cxx`:
1818

1919
```cpp
20-
reader.InitLicense("LICENSE-KEY");
20+
DBR_InitLicense(reader, "LICENSE-KEY");
2121
```
2222
2323
## Contact Us
@@ -40,6 +40,12 @@ reader.InitLicense("LICENSE-KEY");
4040
4141
cmake --build . --config release
4242
```
43+
44+
For `MinGW`:
45+
46+
```bash
47+
cmake -G "MinGW Makefiles" ..
48+
```
4349
3. Run the app:
4450
```
4551
Release\BarcodeReader [image-file] [optional: license-file] [optional: template-file]

0 commit comments

Comments
 (0)