Camus Albert Camus Build Install conan. pip install conan Install gcc-11 Then: mkdir build && cd build conan install .. --build=missing -pr ../conan_profile/gcc -s build_type=Release cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo make