diff options
author | Brad King <brad.king@kitware.com> | 2009-05-12 19:06:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-05-12 19:06:53 (GMT) |
commit | c28926de5d5c3cf40a98a89af31f742d5502663b (patch) | |
tree | abee5a46c851b69933cd34753c5900d321eb7896 /Readme.txt | |
parent | b3269b089c8b028735707d54fc9e162b32c378d3 (diff) | |
download | CMake-c28926de5d5c3cf40a98a89af31f742d5502663b.zip CMake-c28926de5d5c3cf40a98a89af31f742d5502663b.tar.gz CMake-c28926de5d5c3cf40a98a89af31f742d5502663b.tar.bz2 |
STYLE: Remove trailing whitespace
Diffstat (limited to 'Readme.txt')
-rw-r--r-- | Readme.txt | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,6 +1,6 @@ This is CMake, the cross-platform, open-source make system. CMake is free software under a BSD-like license, see Copyright.txt. -For documentation see the Docs/ directory once you have built CMake +For documentation see the Docs/ directory once you have built CMake or visit http://www.cmake.org. @@ -36,10 +36,10 @@ projects: $ ./bootstrap; make; make install -* Other Windows: +* Other Windows: You need to download and install a binary release of CMake in order to build -CMake. You can get these releases from +CMake. You can get these releases from http://www.cmake.org/HTML/Download.html . Then proceed with the instructions below. @@ -50,6 +50,4 @@ You already have a version of CMake installed You can build CMake as any other project with a CMake-based build system: run the installed CMake on the sources of this CMake with your preferred options and generators. Then build it and install it. -For instructions how to do this, see http://www.cmake.org/HTML/RunningCMake.html - - +For instructions how to do this, see http://www.cmake.org/HTML/RunningCMake.html |