You are viewing a single comment's thread from:

RE: Cannot install on linux

in #steem8 years ago (edited)

You should upgrade to a release with boost 1.57.0 or newer. In addition clang seems to work better for me than gcc:
install clang, then export CC=/usr/bin/clang && export CXX=/usr/bin/clang++ && cmake . && make

Sort:  

Tried. Output is the same. It says it has boost version 1.54.0 although I successfully installed 1.57 :(

How could I upgrade to a release with boost 1.57? Don't I already run the latest version of up-to-date distro.