https://github.com/georgecatalin/qr_code_generator
A simple program to produce QR Codes from command line that supports as parameters the string to encode, the name of the .bmp file to generate (including its path) and its size version.
https://github.com/georgecatalin/qr_code_generator
cplusplus cpp qr qr-codes qrcode qrcode-generator
Last synced: about 1 year ago
JSON representation
A simple program to produce QR Codes from command line that supports as parameters the string to encode, the name of the .bmp file to generate (including its path) and its size version.
- Host: GitHub
- URL: https://github.com/georgecatalin/qr_code_generator
- Owner: georgecatalin
- Created: 2022-03-30T09:32:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T09:46:58.000Z (about 4 years ago)
- Last Synced: 2025-02-24T02:44:57.246Z (over 1 year ago)
- Topics: cplusplus, cpp, qr, qr-codes, qrcode, qrcode-generator
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR_Code_Generator
A simple program to produce QR Codes from command line that supports as parameters the string to encode, the name of the .bmp file to generate (including its path) and its size version.
## Libraries
The application uses the 'libqrencode' library.
* https://github.com/fukuchi/libqrencode
## Compiling and linking instructions
Feel free to follow the following instructions about how to use the 'libqrencode' in your C++ Project on Embedded Linux and ARM-Powered devices such as BeagleBone Black, Raspberry Pi:
* Working with QR Codes in Embedded Linux and ARM-powered devices using the C++ language (static linking) https://medium.com/p/f1e4366afae3
* Working with QR Codes in Embedded Linux and ARM-powered devices using the C++ language (dynamic linking) https://medium.com/p/55d111b51aea
