Skip to content

ShootProof/cmake

 
 

Repository files navigation

Building C/C++ Barcode Reader with CMake

Linux

  1. Copy libDynamsoftBarcodeReader.so to platforms\linux.
  2. Build and install the project:
    cmake .
    sudo cmake --build . --target install
  3. Create a license_file that contains only the license string.
  4. Run the app:
    BarcodeReader [image_file] [license_file]
    

About

Command line C++ barcode reader for Windows, Linux, and macOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.7%
  • C++ 2.3%
  • CMake 1.0%