~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to lib/README.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 CMake build system and (lib)curl
3
 
 ================================
4
 
 
5
 
The CMake build support is experimental.
6
 
 
7
 
Every now and then people approach us in the project to add support for
8
 
another build system. This time, several people wanted us to add support for
9
 
CMake. So we did.
10
 
 
11
 
Since the introduction, however, there has been little to no maintaining of
12
 
this build concept for curl. You cannot build the same set of combinations
13
 
that you can with the autotools version of the build, and there have already
14
 
been bugs filed against the CMake build system that haven't been addressed -
15
 
due to lack of maintainers.
16
 
 
17
 
We keep the files included in release archives and CVS for now in the hope
18
 
that people will appreciate it and help us keep them in shape, and even
19
 
improve them to become on par with the main build system. If not, we might
20
 
remove them again in a future version.
21
 
 
22
 
Daniel, November 2009 just before the 7.19.7 release