Stable Releases
www.libdmtx.org (this site) serves developers who are interested in the design and implementation of libdmtx. If you want to use libdmtx in your own software and don't care about how it works internally, please use the official libdmtx download page at:
This page asks a few questions about your system and then presents all of your libdmtx options, including both source code and pre-built packages.
Note: If you are only interested in source code, you can go straight to SourceForge (source releases), or Git (unstable versions).
Unstable Version (Git)
Instructions to Create Your Own Git Clone (read-only)
libdmtx uses Git, hosted by SourceForge, for source code management. The project has three repositories: libdmtx, libdmtx-utils, and libdmtx-wrappers. The following commands will create a read-only* clone of these repositories, respectively:
Or, if command lines aren't your thing you can browse the entire repository using the online viewer.
* Technically speaking, you can still make commits to your local clone but it is "read-only" in the sense that you won't be able to push changes back to the master repository (by accident or on purpose). In other words, feel free to experiment.

