M BUZZ CRAZE NEWS
// news

Is there a package manager that offers recent boost/clang/cmake versions AND creates references and env. variables? (18.04)

By Joseph Russell

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:

  1. Offer the above mentioned versions of tools and libraries
  2. 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.

6 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy