README.cmake 678 B

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