tcc
Tiny and fast C compiler
TCC, also referred to as "TinyCC", is a small and fast C compiler written in C. It supports ANSI C with GNU and extensions and most of the C99 standard.
- Versions: 0.9.27-1.a83b285
- Website: http://www.tinycc.org/
- Licenses: LGPL 2.1+
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tcc
as follows:
guix install tcc
Or install a particular version:
guix install tcc@0.9.27-1.a83b285
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of tcc about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tcc'><img src='https://packages.guix.gnu.org/packages/tcc/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/tcc)
Example Org:
[[https://packages.guix.gnu.org/packages/tcc][https://packages.guix.gnu.org/packages/tcc/badges/latest-version.svg]]