CMake/Utilities/Release/Cygwin
Brad King da7276cf94 Replace http://www.cmake.org URLs with https://cmake.org
The latter is now the preferred URL for visiting cmake.org with a
browser.  Convert using the shell code:

 git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
2015-09-25 15:47:39 -04:00
..
CMakeLists.txt Utilities/Release: Use ${VAR} instead of @VAR@ syntax 2014-05-08 13:24:22 -04:00
README.cygwin.in Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
cygwin-package.sh.in Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
cygwin-patch.diff.in ENH: add support files for cpack cygwin setup package stuff 2007-01-31 16:48:22 -05:00
cygwin-setup.hint.in Use correct "requires" line in cygwin setup hint file 2012-03-06 09:04:46 -05:00

README.cygwin.in

cmake
--------------------------------------
Runtime requirements:
  cygwin-1.5.21(0.156/4/2) or newer

Build requirements
  cygwin-1.5.21(0.156/4/2) or newer
  make

Canonical homepage:
  https://cmake.org

Canonical download:
  ftp://www.cmake.org/pub/cmake/

------------------------------------

Build instructions:
  unpack @CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@-src.tar.bz2
    if you use setup to install this src package, it will be
         unpacked under /usr/src automatically
  cd /usr/src
  ./@CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@.sh all

This will create:
  /usr/src/@CPACK_PACKAGE_FILE_NAME@.tar.bz2
  /usr/src/@CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@-src.tar.bz2

-------------------------------------------

Port Notes:

The directory /usr/share/@CPACK_PACKAGE_FILE_NAME@/include is purposely not
located at /usr/include/@CPACK_PACKAGE_FILE_NAME@ or /usr/include/cmake.  The
files it contains are not meant for inclusion in any C or C++ program.
They are used for compiling dynamically loadable CMake commands inside
projects that provide them.  CMake will automatically provide the
proper include path when the files are needed.

------------------

Cygwin port maintained by: CMake Developers <cmake@www.cmake.org>