4593337 [rkeene@sledge /home/rkeene/projects/build]$ cat cmake.txt
# SHORT DESC: Make Alternative
# LONG DESC: CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. It generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, and code generation.

# IGNORE: slackware-12.0
# IGNORE: slackware-12.1
# IGNORE: slackware-12.2
# IGNORE: slackware-13.0
# IGNORE: slackware-13.1
# IGNORE: slackware-13.2
# IGNORE: slackware-14.0
# IGNORE: slackware64-13.0
# IGNORE: slackware64-13.1
# IGNORE: slackware64-13.2
# IGNORE: slackware64-14.0
# IGNORE: slamd64-12.0
# IGNORE: slamd64-12.1
# IGNORE: slamd64-12.2

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir="$libdir" && \
make && \
make install || exit 1
4593338 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:38:46