clang-toolchain 16.0.6
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.
- 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 clang-toolchain 16.0.6
as follows:
guix install clang-toolchain@16.0.6
Or install the latest version:
guix install clang-toolchain
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.