Skip to content

Commit bcd615a

Browse files
committed
Merge branch 'master' of https://github.com/Dynamsoft/cmake
2 parents 2933e9a + 97d6fcd commit bcd615a

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
[![release](https://img.shields.io/github/release/Dynamsoft/cmake.svg)](https://github.com/Dynamsoft/cmake/releases/latest)
44
[![Travis CI status](https://img.shields.io/travis/dynamsoft/cmake/master?label=Travis%20CI&logo=travis)](https://travis-ci.com/github/Dynamsoft/cmake)
55

6-
## Requirements
7-
- [Visual Studio](https://www.visualstudio.com/downloads/)
8-
- [CMake](https://cmake.org/download/)
9-
- [Dynamsoft Barcode Reader v8.1 C/C++ Package](https://www.dynamsoft.com/barcode-reader/downloads) (Windows x86/x64, Linux x64/ARM64, macOS x64 and Raspberry Pi ARMv7)
10-
11-
## License
12-
Get a [trial license](https://www.dynamsoft.com/customer/license/trialLicense) and set the license key in `BarcodeReader.cxx`:
6+
## What You Should Know
7+
- [![](https://img.shields.io/badge/Download-Offline%20SDK-orange)](https://www.dynamsoft.com/barcode-reader/downloads)
8+
- [![](https://img.shields.io/badge/Get-30--day%20FREE%20Trial%20License-blue)](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr)
9+
10+
## Supported Platforms
11+
- Windows x86/x64
12+
- Linux x64/ARM64
13+
- macOS x64
14+
- Raspberry Pi ARMv7
15+
16+
## Setting License
17+
Set the license key in `BarcodeReader.cxx`:
1318

1419
```cpp
1520
reader.InitLicense("LICENSE-KEY");

0 commit comments

Comments
 (0)