I need at least clang 7+, boost 1.77+, cmake 3.11+ on Ubuntu 18.04 and I am too dumb to install them manually because I do not know where to install, what to link and which env. variables to set. Therefore I want to ask, if there is a package manager, that does both:
- Offer the above mentioned versions of tools and libraries
- Installs everything it downloads in the right location and sets links, references, env. variables
I tried with pip, but the clang-7 I downloaded cant be found by cmake. If I download clang 6 with apt-get though it can be found by cmake.