Changes between Version 10 and Version 11 of CMakeConfigAndBuild


Ignore:
Timestamp:
Jun 14, 2007, 7:28:06 PM (15 years ago)
Author:
troy d. straszheim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v10 v11  
    2626=== On Windows ===
    2727Run CMake by selecting it from the Start menu.
    28       * Use the `Browse...` button to point CMake at the Boost source code in `$BOOST\src`.
    29       * Use the second `Browse...` button to select the directory where Boost will build binaries, `$BOOST\build`.
     28      * Use the ''Browse...'' button to point CMake at the Boost source code in `$BOOST\src`.
     29      * Use the second ''Browse...'' button to select the directory where Boost will build binaries, `$BOOST\build`.
    3030      * CMake will ask you what kind of project files or make files to build. If you're using Microsoft Visual Studio, select the appropriate version to generate project files. Otherwise, you can use Borland's make files, generate NMake files, etc.
    31       * Click the first "Configure" to configure Boost, which will search for various libraries on your system and prepare the build.
    32       * You will then be given the opportunity to tune build options in the CMake GUI (see also [wiki:CMakeBuildConfiguration]. These options will affect what libraries are built and how.  They will initially appear red.  Click the second "Configure" when you are done editing them.
    33       * Finally, click "OK" to generate project files.
     31      * Click ''Configure'' a first time to configure Boost, which will search for various libraries on your system and prepare the build.
     32      * You will then be given the opportunity to tune build options in the CMake GUI (see also [wiki:CMakeBuildConfiguration]. These options will affect what libraries are built and how.  They will initially appear red.  Click ''Configure'' again when you are done editing them.
     33      * Finally, click ''OK'' to generate project files.
    3434=== On Unix ===
    3535Create the directory that will hold the binaries that CMake build,