TCE 1.21
See CHANGES for the release highlights.Installing TCE from the Sources
Prerequisites
TCE is supposed to work on any recent Linux distribution. MacOS is also partially supported but the GUIs do not work perfectly with it, thus their build is disabled by default.
The current "reference distribution" that is popular among our developers is Ubuntu. Any recent version should work.
Getting the Sources
We do not do tar ball releases for now, but create release branches in the version control repository which users can check out.
- Get the release branch from git: git clone -b release-1.21 https://github.com/cpc/tce.git tce-1.21
- The instructions and prerequisites for installing can be found in INSTALL.
Getting Started with Co-Processor Customization
The best way to get to know TCE is to go through one or more of the tutorials available in the user manual. Completing the TCE tour is highly recommended, but there are also other tutorials and how-tos worth checking out.
Reporting Bugs
In case you find bugs, you can report them to our Github repository. Please add as many details as possible for how to reproduce the issue. In case we cannot reproduce it, it probably does not get fixed very quickly.
Submitting Patches
Even better, in case you manage to fix bugs by yourself or add new features you might want to be merged to our branch, please submit a pull request in Github.