white-rabbit-dfplex/dfplex

update to newer libboost

Closed this issue · 4 comments

cant use on newer versions of ubuntu

I haven't been able to figure out how to install libboost 1.58 on Ubuntu 19.04. Any help on how to do so would be appreciated.

@josephbburg you can add the old verisons by added old reporitory

Hi,
On my debian, the old repository doesn't seems to work anymore (don't really now why...)
So, I manged to made the game working by compiling and installing lib_boost_1.58 directly, by using theses commands :
-apt-get install build-essential
-tar -xjf boost_1_58_0.tar.bz2
-cd boost_1_58_0/
-./bootstrap.sh
-./b2 install

Boost is no longer required; you can use ixwebsockets instead of websocketpp (which is what required Boost).

Just do CMake -DDFPLEX_IXW=ON .. in build/.