Boost logo

Boost :

Subject: Re: [boost] [Boost-users] [chrono] v0.3 New Stopwatch Feature
From: Christian Henning (chhenning_at_[hidden])
Date: 2010-01-18 14:50:41


Hi Vicente, thanks for your reply. I have successfully run compilation
and tests with VS2005. You might wanna add that compiler to your doc.

Thanks for your great work,
Christian

On Mon, Jan 18, 2010 at 11:13 AM, Vicente Botet Escriba
<vicente.botet_at_[hidden]> wrote:
>
>
>
> Christian Henning wrote:
>>
>> Vicente, sorry to bother you. But how do you exactly built chrono. I'm
>> noooo expert for boost.build. A short step by step explanation could
>> save me and others hours.
>>
>> Thanks,
>> Christian
>>
>>
>
>
> You can see the description in
> http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/html/boost_chrono/users_guide/getting_started.html
> and
> http://svn.boost.org/svn/boost/sandbox/chrono/libs/chrono/doc/html/boost_chrono/appendices/tests.html.
>
> Here is the extraction:
>
> Where to install Boost.Chrono?
>
> *** The simple way is to decompress (or checkout from SVN) the file in your
> BOOST_ROOT directory. ***
>
> Otherwise, if you decompress in a different directory, you will need to
> comment some lines, and uncomment and change others in the build/Jamfile and
> test/Jamfile. Sorry for this, but I have not reached yet to write a Jamfile
> that is able to work in both environments and use the BOOST_ROOT variable.
> Any help is welcome.
> Building Boost.Chrono
>
> Boost.Chrono is not a header only library. You need to compile it before
> use.
>
> bjam libs/chrono/build
>
> Building an executable that uses Boost.Chrono
>
> In addition to link with the Boost Chrono library you need also to link with
> the Boost System library.
>
> In order to test you need to do
>
> bjam libs/chrono/test
>
> You can also run a specific suite of test by doing
>
> cd libs/chrono/test
> bjam common_type
>
>
> bjam libs/chrono/build
>
>
> Let me know if there is something is missing, and please add the command you
> have used and the results when not working.
>
> Thanks to trying to use it,
> Vicente
> --
> View this message in context: http://old.nabble.com/-chrono--v0.3--New-Stopwatch-Feature-tp27202338p27212773.html
> Sent from the Boost - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk