Downloading and Compiling Source - atmel-maxtouch/mxt-app GitHub Wiki
To clone the repository using the following
git clone [email protected]:atmel-maxtouch/mxt-app.git /* Using SSH */
git clone https://github.com/atmel-maxtouch/mxt-app.git /* Using HTTPS */
On a regular basis, official releases will be tagged in Github. Tagged releases will generally have more comprehensive testing done for added features or fixes.
Any branches in Github, not merged into โmainโ may have updates or fixes to be added after testing.
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.