You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Modestas Vainius 009541fe8f
Imported Upstream version 2.8.11-rc1
12 years ago
..
CMakeLists.txt Imported Upstream version 2.8.11-rc1 12 years ago
README.cygwin.in Import cmake 2.8.0-r2 15 years ago
cygwin-package.sh.in Imported Upstream version 2.8.11-rc1 12 years ago
cygwin-patch.diff.in Import cmake 2.8.1. 15 years ago
cygwin-setup.hint.in Imported Upstream version 2.8.8 13 years ago

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@-@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