Changes between Version 1 and Version 2 of CMakeConfigAndBuild
- Timestamp:
- Jun 12, 2007, 5:55:19 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeConfigAndBuild
v1 v2 7 7 8 8 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 10 9 a. '''On Windows''': Run CMake by selecting it from the Start menu. 11 10 i. Use the `Browse...` button to point CMake at the Boost source code in `$BOOST_ROOT`. … … 15 14 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". 16 15 i. When you are done, click "OK" to generate project files. 17 18 16 b. '''On Unix''': 19 17 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: