September 2018
Intermediate to advanced
606 pages
14h 32m
English
We will need compilers for C++, C, and Fortran. These should be fairly recent, as we require support for recent language standards in most of the recipes. CMake offers very good support for many compilers, from both commercial and non-commercial vendors. To keep the recipes consistently cross-platform and as operating system independent as possible, we have worked with open source compilers:
$ sudo apt-get install g++ gcc gfortran
$ sudo apt-get install clang clang++ gfortran
Read now
Unlock full access