3 Aug
2007
3 Aug
'07
8:44 a.m.
Robert Ramey wrote:
I've downloaded boost on my system and run tests which build the libraries. When I surf the documention on my local hard drive in to "type_traits" I'm redirected to the www.boost.org
How do I get the html documentation on my hard drive.
Perhaps it is produced by the normal install process - which I confess I didn't do - as running the tests builds the libraries I need. I looked for it there but I didn't see it.
If you downloaded a release tarball then the docs should be there already. If you're talking about current SNV/trunk then the docs would have to be build with bjam from boost-root/doc (caution takes a long time!). Otherwise you'll get redirected to a nightly build of the docs online (I hope). John.