Changes between Version 26 and Version 27 of CMake


Ignore:
Timestamp:
Sep 18, 2009, 8:00:25 PM (13 years ago)
Author:
troy d. straszheim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMake

    v26 v27  
    11= CMake-Based Build System =
    22
    3 We are developing an alternative build system for Boost based on [http://www.cmake.org CMake], a cross-platform, open-source make system. At this point, the CMake-based build system is still a work in progress, and it is unknown whether it will become a fully-supported build system within Boost. These pages document the CMake-based build system for Boost, and are focused primarily at Boost library developers. In the future, we will provide an alternative version of Boost's [http://www.boost.org/more/getting_started/index.html Getting Started] guide for CMake users.
     3Boost.Cmake is an alternative build system for Boost based on [http://www.cmake.org CMake], a cross-platform, open-source make system.
     4
     5== Mailing list ==
     6
     7Join the boost-cmake mailing list here:
     8
     9  [http://lists.boost.org/mailman/listinfo.cgi/boost-cmake]
     10
     11== IRC ==
     12
     13Discuss boost-cmake on [http://freenode.net freenode.net] IRC in #alt.boost.
     14
     15= Versions =
     16
     17== 1.40.0 ==
     18
     19'''''The cmake build in the standard boost distribution tarball for 1.40.0 is BROKEN'''''
     20
     21The cmake distribution for 1.40.0 is on a branch in a git repository on gitorious.org:
     22
     23  [http://gitorious.org/~straszheim/boost/cmake]
     24
     25The direct download link for a 1.40.0 cmake-buildable tarball is here:
     26
     27  [http://gitorious.org/~straszheim/boost/cmake/commits/1.40.0]
     28
     29And the new documentation (which contains most of what is below.  What is below
     30is probably no longer completely reliable) is viewable online here:
     31
     32  [http://gitorious.org/~straszheim/boost/cmake/blobs/raw/1.40.0/tools/build/CMake/docs/build/html/index.html]
     33
     34As well as inside the tarball in the directory `tools/build/CMake/docs/build/html/index.html`
     35
     36As usual, patches to the code and/or documentation are gratefully accepted.  If you make a clone
     37of the git repository, push your patches and make a merge request, even better.
     38
     39== 1.39.0 and 1.38.0 ==
     40
     41See the [http://gitorious.org/~straszheim/boost/cmake/blobs/raw/1.40.0/tools/build/CMake/docs/build/html/notes_by_version.html notes by version].
     42
     43= Older wiki stuff, may not be reliable =
    444
    545== How Do I... ==