Re: [quickbook] bjam failure.
Daniel James <[email protected]> Fri, 27 Dec 2013 15:19:54 +0000
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3yc9wHDGLd==GUdBqTpvBtu_-qpVbZPmFT0x=-bYbYgO=Q@mail.gmail.com> |
On 27 December 2013 05:17, Mostafa <[email protected]> wrote: > > BTW, I'm only interested in building documentation, so I only cloned the > submodules in the tools directory. Could this be part of the problem? Yes, quickbook depends on several boost libraries. If you want to avoid cloning all of boost, you can build quickbook from the last boost release. Then to use it, you just need to tell boost build where to find the executable, by adding to your 'user-config.jam': using quickbook : path/to/quickbook.exe ;