josephholsten / libdecodeqr

A C/C++ library for decoding QR code 2D barcodes
http://trac.koka-in.org/libdecodeqr
GNU Lesser General Public License v2.1
168 stars 61 forks source link

= libdecodeqr =

== Whta's this? == "libdecodeqr" is a C/C++ library for docoding QR code, which based on JIS X 0510 and ISO/IEC18004.

This library is able to decode miscellaneous images those are taken with a file, with a webcam, with a scanner, and so on.

== Features ==

== Requirements ==

== Download == === Binary Release === Sorry, Not available yet.

=== Latest Stable Source Code ===

=== Latest Development Source Code === We use Subversion for source revision control and code sharing.

{{{ svn co svn://svn.koka-in.org/libdecodeqr/trunk }}}

== How to use == === Build and Intstall === see BuildAndInstall for detail.

==== Windows ====

  1. open $(archive_dir)/src/libdecodeqr/libdecodeqr.dsw
  2. build the project (press [F7] key) or
  3. start command prompt
  4. run VCVARS32.BAT
  5. nmake libdecodeqr.mak

The Libraly file and header files are NOT installed automaticaly. After building, set places of decodeqr.h, qrtypes.h, qrerror.h and libdecodeqr.lib to your environments if you need.

==== UN*X ====

  1. $ cd $(archive_dir)/src/
  2. $ ./configure
  3. $ make
  4. $ sudo make install

=== API Reference === see ApiReference

=== Sample Codes ===

== How to Hack == see HackingGuide

== Contact Us == === Web Page === http://trac.koka-in.org/libdecodeqr

=== Mailing List === mailto:libdecodeqr@koka-in.org

To subscribe this list, please send the following phrase {{{ subscribe Your-Last-Name Your-First-Name }}} e.g. {{{ subscribe NISHI Takao }}} in the mail body (not subject) to the address libdecodeqr-ctl@koka-in.org.

== Copying == Copyright (c) 2007 NISHI Takao zophos@koka-in.org, JMA (Japan Medical Association) and !NaCl (Network Applied Communication Laboratory Ltd.) All rights reserved.[[BR]] This is free software with ABSOLUTELY NO WARRANTY.

You can redistribute and/or modify it under the terms of LGPL.