diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-06-01 10:05:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-01 10:05:14 -0500 |
commit | e2787bd8ebdc8feb1060316d839c2d9ba26fd4e9 (patch) | |
tree | 1daa149298fed106a1c9591641e2a029a9c6fd1a | |
parent | b4a7e764d128542b2a6d76a0775ac61b028f3afb (diff) |
cmake-template.SlackBuild: Mention ccmake in comments
-rw-r--r-- | cmake-template.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild index d6b2d3c..c9e7914 100644 --- a/cmake-template.SlackBuild +++ b/cmake-template.SlackBuild @@ -83,8 +83,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Your application will probably need different cmake flags; -# these are provided as an example only. +# Your application will probably need different cmake flags; these are only +# examples. You might use 'ccmake' to see the available flags... mkdir -p build cd build cmake \ |