Brad King c3d98bd289 Utilities/Release: Use ${VAR} instead of @VAR@ syntax преди 11 години
..
CMakeLists.txt c3d98bd289 Utilities/Release: Use ${VAR} instead of @VAR@ syntax преди 11 години
README.cygwin.in 4925e64b97 ENH: add support for cygwin source and binary packaging преди 19 години
cygwin-package.sh.in 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code преди 13 години
cygwin-patch.diff.in 22767f7e3f ENH: add support files for cpack cygwin setup package stuff преди 19 години
cygwin-setup.hint.in 208c3f84e2 Use correct "requires" line in cygwin setup hint file преди 13 години

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:
http://www.cmake.org

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

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

Build instructions:
unpack @CPACK_PACKAGE_FILE_NAME@-@[email protected]
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
./@CPACK_PACKAGE_FILE_NAME@-@[email protected] all

This will create:
/usr/src/@[email protected]
/usr/src/@CPACK_PACKAGE_FILE_NAME@-@[email protected]

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

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