We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd615a commit ddadbcaCopy full SHA for ddadbca
1 file changed
README.md
@@ -17,7 +17,7 @@
17
Set the license key in `BarcodeReader.cxx`:
18
19
```cpp
20
-reader.InitLicense("LICENSE-KEY");
+DBR_InitLicense(reader, "LICENSE-KEY");
21
```
22
23
## Contact Us
@@ -40,6 +40,12 @@ reader.InitLicense("LICENSE-KEY");
40
41
cmake --build . --config release
42
43
+
44
+ For `MinGW`:
45
46
+ ```bash
47
+ cmake -G "MinGW Makefiles" ..
48
+ ```
49
3. Run the app:
50
51
Release\BarcodeReader [image-file] [optional: license-file] [optional: template-file]
0 commit comments