Subject: Re: [Boost-users] building asio tutorial examples
From: Igor R (boost.lists_at_[hidden])
Date: 2009-05-10 12:42:25


> I'm trying to build the asio tutorial  code
> http://www.boost.org/doc/libs/1_38_0/doc/html/boost_asio/tutorial.html
>
> Is there a make file anywhere   or perhaps a command line example showing
> exactly what libs are needed?

ASIO itself is header-only, but it depends on Boost.System library.