1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README.cmake
8  Read the README file first.
9
10  Curl contains CMake build files that provide a way to build Curl with the
11  CMake build tool (www.cmake.org). CMake is a cross platform meta build tool
12  that generates native makefiles and IDE project files. The CMake build
13  system can be used to build Curl on any of its supported platforms.
14
15  Read the INSTALL.cmake file for instructions on how to compile curl with
16  CMake.
17