Changes between Version 8 and Version 9 of CMakeConfigAndBuild


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeConfigAndBuild

    v8 v9  
    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.
    3131      * Click "Configure" to configure Boost, which will search for various libraries on your system and prepare the build.
    32       * If you want, you can edit various options in the CMake GUI (see also [wiki:CMakeBuildConfiguration]. These options will affect what libraries are built and how. Each time you finish editing options, click "Configure".
    33       * When you are done, click "OK" to generate project files.
     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.'''
     33      * Finally, click "OK" to generate project files.
    3434=== On Unix ===
    3535Create the directory that will hold the binaries that CMake build,