Changes between Version 9 and Version 10 of CMakeConfigAndBuild


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v9 v10  
    2929      * 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 "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 "Configure" to generate makefiles with these options, whether you have changed any or not.  '''Notice that you're clicking "Configure" for the second time.'''
     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.
    3333      * Finally, click "OK" to generate project files.
    3434=== On Unix ===