aboutsummaryrefslogtreecommitdiff
path: root/development/cmake/README
diff options
context:
space:
mode:
authorMichael Johnson <youngmug@animeneko.net>2010-05-11 14:05:50 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 14:05:50 +0200
commitfa2330dc2d7a08a16f8a658c251807527bdb1932 (patch)
tree1b68b77560a72bd6ba36f76f6f27e213318a92fe /development/cmake/README
parent9931544389c96e881670d5c8734ad3c726f7ab31 (diff)
development/cmake: Initial import
Diffstat (limited to 'development/cmake/README')
-rw-r--r--development/cmake/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/cmake/README b/development/cmake/README
new file mode 100644
index 0000000000000..94b0c56cd93a7
--- /dev/null
+++ b/development/cmake/README
@@ -0,0 +1,4 @@
+CMake is an extensible, open-source system that manages the
+build process in an operating system and compiler independent
+manner.
+CMake uses the system compilers and thus will need gcc to run.