diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-06 20:28:20 +0100 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-06 20:28:20 +0100 |
commit | 12f1a0c2e46f8578e4093fa86013c22202d19b8d (patch) | |
tree | fd58dcab4d8b81867cd29a78dc67eaf9a06fba03 | |
parent | 9e72453f0ba1ff009890dbe3c915620b48492912 (diff) | |
download | egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.tar.gz egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.tar.bz2 egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.zip |
Added initial README.
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.cmake | 1 | ||||
-rw-r--r-- | cmake/README.txt | 10 |
3 files changed, 15 insertions, 0 deletions
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 <jkahrs@users.sourceforge.net> + + * Added README.cmake. + 2012-12-24 Arnold D. Robbins <arnold@skeeve.com> * 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/ + |