diff --git a/boost_build_v2.html b/boost_build_v2.html index 66f8f3fbf..3c83f5b01 100644 --- a/boost_build_v2.html +++ b/boost_build_v2.html @@ -22,12 +22,12 @@ div.alert { color: red } table { align: center; border: thin; } - + + - build request, build request expansion and directly requested targets + - conditional properties + -->

Boost.Jam documentation has more details in case you need them. -

  • Place the Boost.Jam binary, called "bjam" or "bjam.exe", somewhere - in your PATH.
  • - -
  • After that, you can go to "examples-v2" - directory and run bjam --version.
  • -
  • - Configure toolsets to use. Open new/user-config.jam file and - follow instructions there to specify what compiles/libraries you have - and where they are located. After that, you should be able to go to - examples-v2/hello, and run bjam there. A simple - application will be built. You can also play with other projects in - examples-v2. + Place the Boost.Jam binary, called "bjam" or "bjam.exe", somewhere in + your PATH. Verify that correct bjam is being executed by + running "bjam --version". You should get +
    +      Boost.Build V2 (Milestone N)
    +     
    +
    + (where N is the version you've downloaded). +
  • -

    It is slighly better way is to copy new/user-config.jam - into one of the locations where it can be found (given in this table). This prevent you from - accidentally overwriting your config when updating.

    +
  • Configure toolsets to use. Open new/user-config.jam file + and follow instructions there to specify what compiles/libraries you + have and where they are located.
  • + +
  • You should now be able to go to examples-v2/hello, and run + bjam there. A simple application will be built. You can also + play with other projects in examples-v2. +
  • @@ -1691,7 +1698,6 @@ borland/runtime-link=static,dynamic notice appears in all copies. This document is provided ``as is'' without express or implied warranty, and with no claim as to its suitability for any purpose.

    -