Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / Release / Cygwin / README.cygwin.in
blob6c42a4c20ec7f6f5fd6a63ad3267d866a92b1b13
1 cmake
2 --------------------------------------
3 Runtime requirements:
4   cygwin-1.5.21(0.156/4/2) or newer
6 Build requirements
7   cygwin-1.5.21(0.156/4/2) or newer
8   make
10 Canonical homepage:
11   http://www.cmake.org
13 Canonical download:
14   ftp://www.cmake.org/pub/cmake/
16 ------------------------------------
18 Build instructions:
19   unpack @CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@-src.tar.bz2
20     if you use setup to install this src package, it will be
21          unpacked under /usr/src automatically
22   cd /usr/src
23   ./@CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@.sh all
25 This will create:
26   /usr/src/@CPACK_PACKAGE_FILE_NAME@.tar.bz2
27   /usr/src/@CPACK_PACKAGE_FILE_NAME@-@CPACK_CYGWIN_PATCH_NUMBER@-src.tar.bz2
29 -------------------------------------------
31 Port Notes:
33 The directory /usr/share/@CPACK_PACKAGE_FILE_NAME@/include is purposely not
34 located at /usr/include/@CPACK_PACKAGE_FILE_NAME@ or /usr/include/cmake.  The
35 files it contains are not meant for inclusion in any C or C++ program.
36 They are used for compiling dynamically loadable CMake commands inside
37 projects that provide them.  CMake will automatically provide the
38 proper include path when the files are needed.
40 ------------------
42 Cygwin port maintained by: CMake Developers <cmake@www.cmake.org>