Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 950 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 950 Bytes

ZBAR BAR CODE READER FOR MARMALADE

ZBar, adapated to Marmalade build system by Morningstar Enterprises Inc.

Only supports QR code functionality. Tested and used in production apps.

License: GNU Lesser General Public License, version 2.1

HOW TO USE

Add the following to the MKB file for your project:

options 
{
	#Adjust path as necessary:
	module_path="../zbar-marmalade" 
}

subprojects
{
	zbar
}

Then, in your project source files, simply add #include "zbar.h" and use zbar according to the API documentation. Note that only the C API will be available, not the C++ API.

Examples of use:

SUPPORT

Contact GitHub user bradenmacdonald if you have any questions, problems, suggestions, or requests.