Page 1 of 1

Boost Library Requirement

Posted: Sun Apr 26, 2015 7:51 am
by arasakumaran
How much of the BOOST library does RCF require ? I downloaded and tried the included demo project, but it would not compile for lack of boost/config.hpp boost/mpl/bool.hpp

I am using VS2012, do I need to download, install and compile boost libraries before I can try RCF?

Re: Boost Library Requirement

Posted: Sun Apr 26, 2015 8:33 am
by jarl
You only need the Boost headers. So all you need to do is download Boost, unzip it somewhere, and then set your compiler include path so it can find the Boost headers.

Re: Boost Library Requirement

Posted: Sun Apr 26, 2015 10:25 am
by arasakumaran
Thanks, I will try that