README.cygwin.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. cmake
  2. --------------------------------------
  3. Runtime requirements:
  4. cygwin-1.5.21(0.156/4/2) or newer
  5. Build requirements
  6. cygwin-1.5.21(0.156/4/2) or newer
  7. make
  8. Canonical homepage:
  9. http://www.cmake.org
  10. Canonical download:
  11. ftp://www.cmake.org/pub/cmake/
  12. ------------------------------------
  13. Build instructions:
  14. unpack @CPACK_PACKAGE_FILE_NAME@-@[email protected]
  15. if you use setup to install this src package, it will be
  16. unpacked under /usr/src automatically
  17. cd /usr/src
  18. ./@CPACK_PACKAGE_FILE_NAME@-@[email protected] all
  19. This will create:
  20. /usr/src/@[email protected]
  21. /usr/src/@CPACK_PACKAGE_FILE_NAME@-@[email protected]
  22. -------------------------------------------
  23. Port Notes:
  24. The directory /usr/share/@CPACK_PACKAGE_FILE_NAME@/include is purposely not
  25. located at /usr/include/@CPACK_PACKAGE_FILE_NAME@ or /usr/include/cmake. The
  26. files it contains are not meant for inclusion in any C or C++ program.
  27. They are used for compiling dynamically loadable CMake commands inside
  28. projects that provide them. CMake will automatically provide the
  29. proper include path when the files are needed.
  30. ------------------
  31. Cygwin port maintained by: CMake Developers <[email protected]>