I have managed to download, uncompress and compile this library in a Visual Studio environment. At last. Though a very powerful package for the implementation of binary decision diagrams, the documentation for its actual set-up for non-Unix environments seems a little sketchy and somewhat intimidating for the beginner. (more…)
Tag: Windows
-
How to use the Boost Libraries in Visual Studio
In this guide we will use
boost::format, a Boost library requiring no separate compilation. If you do not already have Boost installed, the first task is to download and extract the Boost zip file to a destination of your choice. Official releases of Boost may be obtained from here:http://www.boost.org/users/download/.
Download and extract the zip file to your destination of choice:
