Karel Seeuwen

Results 1 issues of Karel Seeuwen

On Debian 9 64bit I installed Boost using **# apt-get install boost-all-dev** I ran cmake as follows **$ cmake -DBOOST_INCLUDEDIR=/usr/include/boost -DBOOST_LIBRARYDIR=/usr/lib/x86_64-linux-gnu -DBOOST_VER:STRING=1.62 ./** and then ran **$ make install** _Scanning...