Table of Contents
- How to use this document
- Installation
- Tutorial
- Overview
- Common tasks
- Extender Manual
- Detailed reference
- Frequently Asked Questions
- How do I get the current value of feature in Jamfile?
- I'm getting "Duplicate name of actual target" error. What does it mean?
- Accessing environment variables
- How to control properties order?
- How to control the library order on Unix?
- Can I get output of external program as a variable in a Jamfile?
- How to get the project root (a.k.a. Jamroot.jam) location?
- How to change compilation flags for one file?
- Why are the
dll-pathandhardcode-dll-pathsproperties useful? - Targets in site-config.jam
- Header-only libraries
- Differences to Boost.Build V1
If you've just found out about Boost.Build V2 and want to know if it will work for you, start with the section called “Tutorial”. You can continue with the section called “Overview”. When you're ready to try Boost.Build in practice, go to the section called “Installation”.
If you are about to use Boost.Build on your project, or already using it and have a problem, look at the section called “Overview”.
If you're trying to build a project which uses Boost.Build, see the section called “Installation” and then read about the section called “Command line”.
If you have questions, please post them to our mailing list (http://boost.org/more/mailing_lists.htm#jamboost). The mailing list is also mirrowed to newsgroup news://news.gmane.org/gmane.comp.lib.boost.build.
