On Fri, Jan 24, 2014 at 6:51 PM, Carlos Ferreira
So now my problem is, how do I build this lib? How can I compile it and link it to the boost libs already installed in my computer? The readme.md file says to look at the docs in https://svn.boost.org/trac/boost/wiki/TryModBoost but that left me kinda lost...
Okay, if the new hotness leaves you cold, it's still possible to drop the Fiber library into an exploded Boost 1.55 tarball tree like this: 1. Drop the Fiber library into a Boost tree as libs/fiber. That is, under libs/fiber you should find build, examples, include, src, ... 2. Symlink boost/fiber -> ../libs/fiber/include/boost/fiber . If you must, you can physically move libs/fiber/include/boost/fiber to boost/fiber; but even Windows supports symlinks these days. 3. At this point, a normal ./b2 libs/fiber should suffice to build the Fiber library and everything on which it depends.