Install C++ compilers for various platforms.
Applying this role will set up appropriate C++ compilers and base system requirements for each platform on the target machine.
- devtoolset-10 (CentOS)
- build-essential (Debian)
- Requires xcode-{{ xcode_version }}.xip to exist on target machine
- Visual Studio 2019 VC Tools
- Visual Studio 2010 Remote Tools
None.
-
{{ xcode_path }} - Path to xcode xip file
-
{{ xcode_version }} - Version of xcode on target machine
None.
- hosts: all
roles:
- ccdc.cpp_compiler
MIT / BSD
This role was created in 2020 by Claudio Bantaloukas, based on existing roles at CCDC, by Jeff Geerling and google searches