summaryrefslogtreecommitdiff
path: root/development/cmake-202x/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-09-18 19:44:31 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-19 08:55:01 +0700
commitc8894756c3b34d755204e6298d1ae1737670cf50 (patch)
treef8519cfbebfbd867a17ff81998f47b2f6fd50e9a /development/cmake-202x/README
parentad12611654b13c8bbbf13970ee97aa5372612ca4 (diff)
downloadslackbuilds-c8894756c3b34d755204e6298d1ae1737670cf50.tar.gz
development/cmake-202x: Added (cross-platform, FOSS make system)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/cmake-202x/README')
-rw-r--r--development/cmake-202x/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/cmake-202x/README b/development/cmake-202x/README
new file mode 100644
index 0000000000..824be89155
--- /dev/null
+++ b/development/cmake-202x/README
@@ -0,0 +1,14 @@
+cmake-202x (cross-platform, open-source make system)
+
+CMake is used to control the software process using simple platform
+and compiler independent configuration files. CMake generates
+native makefiles and workspaces that can be used in the
+compiler environment of your choice.
+
+This version of cmake is much newer than the version included in
+Slackware 14.2. It installs to /opt, so it won't conflict with the
+OS-provided cmake package.
+
+See README_SBo.txt for directions on using this version of cmake with
+your own SlackBuild scripts, or to develop/maintain software that
+needs a newer cmake.