libdmtx

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:

$ git clone git://libdmtx.git.sourceforge.net/gitroot/libdmtx/libdmtx
$ git clone git://libdmtx.git.sourceforge.net/gitroot/libdmtx/dmtx-utils
$ git clone git://libdmtx.git.sourceforge.net/gitroot/libdmtx/dmtx-wrappers

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.