[1.34.0] x86_64 rpms available with Boost.Asio 0.3.8rc2 and Boost.GIL 2.0 included.
I've seen the odd request for asio to be included with boost. I hacked together a boost rpm package that includes asio and just for fun I stuck Boost.GIL 2.0 in there as well. You can find the rpms here: http://blog.tripthelight.net/?p=4 They were built on a CentOS 5 platform (rhel5 compatible) with gcc 4.1.1 The asio docs are missing. I'm not a BBv2 expert and couldnt really figure out how the docs are built and how to add asio's (attempted several things by mimicing how other docs are built to no avail). Gil didn't include docs, just a html file pointing to the homepage. Of course, I don't take responsibility if these mess up your system. They work for me "as is" but your milage may vary. Do let me know if theres serious issues however and I'll see what I can do. Chris
Chris Fairles writes:
The asio docs are missing. I'm not a BBv2 expert and couldnt really figure out how the docs are built and how to add asio's (attempted several things by mimicing how other docs are built to no avail).
What problem did you have? If you have set up boostbook and docbook correctly, it should simply be a matter of running bjam from inside the libs/asio/doc directory. Cheers, Chris
The documentation does in fact build, it just doesn't get put anywhere
during a "bjam install". The best I can do atm is hack the rpm spec
file to copy the boost/libs/asio/doc/html directory to
/usr/share/doc/asio during the install process. It won't be linked
from anywhere however so you'ld have to navigate to
/usr/share/doc/asio/index.html directly.
On 5/22/07, Christopher Kohlhoff
Chris Fairles writes:
The asio docs are missing. I'm not a BBv2 expert and couldnt really figure out how the docs are built and how to add asio's (attempted several things by mimicing how other docs are built to no avail).
What problem did you have? If you have set up boostbook and docbook correctly, it should simply be a matter of running bjam from inside the libs/asio/doc directory.
Cheers, Chris
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Chris Fairles
-
Christopher Kohlhoff