From 12f1a0c2e46f8578e4093fa86013c22202d19b8d Mon Sep 17 00:00:00 2001 From: Juergen Kahrs Date: Wed, 6 Feb 2013 20:28:20 +0100 Subject: Added initial README. --- README_d/ChangeLog | 4 ++++ README_d/README.cmake | 1 + cmake/README.txt | 10 ++++++++++ 3 files changed, 15 insertions(+) create mode 100644 README_d/README.cmake create mode 100644 cmake/README.txt diff --git a/README_d/ChangeLog b/README_d/ChangeLog index a9463d4f..2ec0a7a6 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2013-02-06 Juergen Kahrs + + * Added README.cmake. + 2012-12-24 Arnold D. Robbins * 4.0.2: Release tar ball made. diff --git a/README_d/README.cmake b/README_d/README.cmake new file mode 100644 index 00000000..b405901e --- /dev/null +++ b/README_d/README.cmake @@ -0,0 +1 @@ +see cmake/README.txt diff --git a/cmake/README.txt b/cmake/README.txt new file mode 100644 index 00000000..836a4be4 --- /dev/null +++ b/cmake/README.txt @@ -0,0 +1,10 @@ +CMake is a build automation system + http://en.wikipedia.org/wiki/Cmake + +We try to use it as a replacement for the established GNU build system. +This attempt is currently only experimental. If you wonder why anyone +should do this, read + + Why the KDE project switched to CMake -- and how + http://lwn.net/Articles/188693/ + -- cgit v1.2.3