]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/tti/doc/build.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / tti / doc / build.txt
CommitLineData
7c673cae
FG
1(C) Copyright Edward Diener 2011-2013
2Distributed under the Boost Software License, Version 1.0.
3(See accompanying file LICENSE_1_0.txt or copy at
4http://www.boost.org/LICENSE_1_0.txt).
5
6The library comes with full documentation with an index,
7in both HTML and PDF format. The HTML documentation is at
8tti\libs\tti\doc\html\index.html and the PDF documentation
9is at tti\libs\tti\doc\TypeTraitsIntrospection.pdf.
10
11You can use the jamfile in the doc directory to regenerate
12the documentation for this library.
13
14Add '--enable-index' to the command line to have an index
15with the documentation. Add 'pdf' on the command line to
16regenerate the PDF documentation.
17
18You can use the jamfile in the test directory to
19run the tests for this library.
20
21When running the tests you can use either of
22three main targets if you like. Executing the jamfile without a
23target, or specifying the target 'tti', will run tests for both
24basic TTI and for the variadic macro portion of TTI. You can run
25tests for only the basic TTI, which is the vast majority of TTI
26functionality, by specifying only the 'ttinovm' target when
27executing the jamfile. If you just want to run the tests for the
28variadic macro portion of TTI, specify the target as 'ttivm'.
29
30You need only execute 'bjam' in the jamfile directories
31to regenerate the docs or run the test.
32
33If you want to contact me directly, my name is
34Edward Diener and you can reach me at
35eld@tropicsoft.com. I am an independent computer
36consultant with my own company, I live in Atlanta, Georgia,
37and I am always looking for exciting projects on which to
38work for a living.
39
40You can also of course use the Boost newsgroups
41to ask questions and make comments or suggestions
42about the library.