clang-toolchain
Complete Clang toolchain for C/C++ development
This package provides a complete Clang toolchain for C/C++ development to be installed in user profiles. This includes Clang, as well as libc (headers and binaries, plus debugging symbols in the debug
output), and Binutils.
- Versions: 9.0.1 · 8.0.1 · 7.1.0 · 6.0.1 · 20.1.2 · 19.1.7 · 18.1.8 · 17.0.6 · 16.0.6 · 15.0.7 · 14.0.6 · 13.0.1 · 12.0.1 · 11.1.0 · 10.0.1
- Website: https://clang.llvm.org
- Licenses: ASL 2.0
- Package source: gnu/packages/llvm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of clang-toolchain
as follows:
guix install clang-toolchain
Or install a particular version:
guix install clang-toolchain@10.0.1
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 clang-toolchain about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/clang-toolchain'><img src='https://packages.guix.gnu.org/packages/clang-toolchain/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/clang-toolchain)
Example Org:
[[https://packages.guix.gnu.org/packages/clang-toolchain][https://packages.guix.gnu.org/packages/clang-toolchain/badges/latest-version.svg]]