diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-08-28 14:28:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-08-28 14:28:49 (GMT) |
commit | 6f310818e1bbcfd7a8f0b8951052a45671d3b18c (patch) | |
tree | 2e44aac6d49a327a38bb6105e15ec56d74bac6cc /Utilities/cmake-cygwin.README | |
parent | 56832b97916b95334274e7105790265d7cb3d1ec (diff) | |
download | CMake-6f310818e1bbcfd7a8f0b8951052a45671d3b18c.zip CMake-6f310818e1bbcfd7a8f0b8951052a45671d3b18c.tar.gz CMake-6f310818e1bbcfd7a8f0b8951052a45671d3b18c.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Utilities/cmake-cygwin.README')
-rw-r--r-- | Utilities/cmake-cygwin.README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Utilities/cmake-cygwin.README b/Utilities/cmake-cygwin.README new file mode 100644 index 0000000..47d8203 --- /dev/null +++ b/Utilities/cmake-cygwin.README @@ -0,0 +1,32 @@ +cmake +-------------------------------------- +Runtime requirements: + cygwin-1.3.5 or newer + +Build requirements + cygwin-1.3.5 or newer + make + +Canonical homepage: + http://www.cmake.org + +Canonical download: + ftp://www.cmake.org/pub/cmake/ + +--------------------------------------- + +Build instructions: + unpack cmake-1.4-X-src.tar.bz2 + cd cmake + ./configure + make + make test + +--------------------------------------- + +Port Notes: + +<none> + +---------------------------------------- +Cygwin port maintained by: William A. Hoffman <bill.hoffman@kitware.com> |