Download DtCraft

There are two ways you can get the DtCraft source.

1. Download the source from our GitHub repository.

$ wget https://github.com/twhuang-uiuc/DtCraft/archive/master.zip
$ unzip master.zip

2. Clone the source from our GitHub repository.

$ git clone https://github.com/twhuang-uiuc/DtCraft.git

The instructions to build and install DtCraft can be found at the QuickStart page.

Version Control

We use git version control for open collaboration. Each release is identified by a version number of three parts:

DtCraft-[major].[minor].[maintenance]

The first part, major version number, is used to indicate the API changes. The second part, minor version number, indicates releases that bring new features and improvements without changing existing APIs.  The third part, maintenance version number, indicates releases that focus on bug fixes reported by our users for the same minor version.

License

DtCraft is open under the non-viral MIT license.