From ddadbca258eb622fbaaf921a718dba225c41852d Mon Sep 17 00:00:00 2001 From: Xiao Ling Date: Thu, 5 Aug 2021 09:26:21 +0800 Subject: [PATCH] Updated README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a14bfd..9b42d90 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Set the license key in `BarcodeReader.cxx`: ```cpp -reader.InitLicense("LICENSE-KEY"); +DBR_InitLicense(reader, "LICENSE-KEY"); ``` ## Contact Us @@ -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]