Changes between Version 1 and Version 2 of CMakeConfigAndBuild


Ignore:
Timestamp:
Jun 12, 2007, 5:55:19 AM (15 years ago)
Author:
Douglas Gregor
Comment:

Fix nesting/labelling

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v1 v2  
    77
    88  3. Configure the Boost source tree with CMake's configuration tool. This step differs depending on whether you are using CMake's GUI on Microsoft Windows or whether you are using the command-line tools provided on Unix.
    9  
    109       a. '''On Windows''': Run CMake by selecting it from the Start menu.
    1110            i. Use the `Browse...` button to point CMake at the Boost source code in `$BOOST_ROOT`.
     
    1514            i. If you want, you can edit various options in the CMake GUI. These options will affect what libraries are built and how. Each time you finish editing options, click "Configure".
    1615            i. When you are done, click "OK" to generate project files.
    17 
    1816       b. '''On Unix''':
    1917            i. Create a new directory that will hold the binaries that CMake builds. This document will assume you have created used the directory name `boost-bin` for these binaries, and that this directory is not inside $BOOST_ROOT: