build.txt 1.7 KB

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