147 | | ''TODO'' |
| 147 | Quickbook is built automatically during the build process, but as it takes a little while to build you might prefer to build it in advance. To do this, in the command line type (replacing `$BOOST_ROOT` with the root directory of boost): |
| 148 | |
| 149 | {{{ |
| 150 | cd $BOOST_ROOT/tools/quickbook |
| 151 | bjam dist-bin |
| 152 | }}} |
| 153 | |
| 154 | Or for windows: |
| 155 | |
| 156 | {{{ |
| 157 | cd $BOOST_ROOT\tools\quickbook |
| 158 | bjam dist-bin |
| 159 | }}} |
| 160 | |
| 161 | Change `using quickbook` in `user-config.jam` to (replacing `$BOOST_ROOT` with the root directory of boost, as before): |
| 162 | |
| 163 | {{{ |
| 164 | using quickbook : $BOOST_ROOT/dist/bin/quickbook |
| 165 | }}} |
| 166 | |
| 167 | Windows: |
| 168 | |
| 169 | {{{ |
| 170 | using quickbook : $BOOST_ROOT\\dist\\bin\\quickbook |
| 171 | }}} |