
25 May
2007
25 May
'07
5:47 p.m.
John Maddock wrote:
To build the documentation I had to make a few edits to Boost.Build.
You shouldn't have to do that: take a look at the sandbox/math_toolkit/libs/math directory, the project-root.jam in there let's you just set BOOST_ROOT to point to your main Boost tree and then away you go! No other modifications required. The only slightly tricky thing is refering to other libraries that are in your main Boost tree, but there are some examples for that as well :-)
Excellent...I'll take a look at this. Thx! Jeff