Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Dynamsoft/cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Aug 5, 2021
2 parents 2933e9a + 97d6fcd commit bcd615a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
[![release](https://img.shields.io/github/release/Dynamsoft/cmake.svg)](https://github.com/Dynamsoft/cmake/releases/latest)
[![Travis CI status](https://img.shields.io/travis/dynamsoft/cmake/master?label=Travis%20CI&logo=travis)](https://travis-ci.com/github/Dynamsoft/cmake)

## Requirements
- [Visual Studio](https://www.visualstudio.com/downloads/)
- [CMake](https://cmake.org/download/)
- [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)

## License
Get a [trial license](https://www.dynamsoft.com/customer/license/trialLicense) and set the license key in `BarcodeReader.cxx`:
## What You Should Know
- [![](https://img.shields.io/badge/Download-Offline%20SDK-orange)](https://www.dynamsoft.com/barcode-reader/downloads)
- [![](https://img.shields.io/badge/Get-30--day%20FREE%20Trial%20License-blue)](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr)

## Supported Platforms
- Windows x86/x64
- Linux x64/ARM64
- macOS x64
- Raspberry Pi ARMv7

## Setting License
Set the license key in `BarcodeReader.cxx`:

```cpp
reader.InitLicense("LICENSE-KEY");
Expand Down

0 comments on commit bcd615a

Please sign in to comment.