Downloading and Compiling Source - atmel-maxtouch/mxt-app GitHub Wiki
To download the source code using git (https protocol):
git clone https://github.com/atmel-maxtouch/mxt-app.git
On a regular basis, official releases will be tagged in Github. Tagged releases will generally have more comprehensive testing done on added features or fixes. Any branches contained in Github not merged into the most updated branch “master” are used to test out feature updates and upcoming fixes to the code and may not be stable.
There are two main harnesses to build and compile the mxt-app source from Github. First is using the components available through GNU Autotools.
The Autotools components expect to see the mxt-app source code in the subdirectory /src. The source code is structured to be portable and can be packaged by tools familiar with the Autotools structure.
The second harness uses the Android OS, ndk-build along with the build-mxt-app.sh shell script.