From 1182195c83dc853fef46e41430ac90b45aced3ff Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 17 Jul 2014 15:16:12 +0200 Subject: [mltk] added cmake to devtool to check --- mltk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mltk') diff --git a/mltk b/mltk index 0c5b2361..ffa857a6 100755 --- a/mltk +++ b/mltk @@ -98,7 +98,7 @@ check_devtools() { # Checking for needed development tools, compilers etc. # Required: m4 make gcc g++ binutils # no qmake here, qmake (libqt4-devel) should be installed in a module! - local DEV_TOOLS="gcc g++ make m4 strip git depmod patch pkg-config" # 'strip' as marker for binutils + local DEV_TOOLS="gcc g++ make cmake m4 strip git depmod patch pkg-config" # 'strip' as marker for binutils # DEV_CHECK marks missing dev-tools local DEV_TOOLS_MISSING="" @@ -112,7 +112,7 @@ check_devtools() { pinfo "For $SYS_DISTRIBUTION you probably need to run:" case $SYS_DISTRIBUTION in ubuntu | debian) - pinfo "apt-get install build-essential m4 squashfs-tools pkg-config" + pinfo "apt-get install build-essential m4 squashfs-tools pkg-config cmake" pinfo "to install missing development tools." ;; # FIXME: Don't know how precise this filter works so we might want to have a better matching ... @@ -121,7 +121,7 @@ check_devtools() { pinfo "to install missing development tools." ;; fedora | scientific) - pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch" + pinfo "yum install redhat-lsb gcc-c++ gcc make m4 binutils pkgconfig patch cmake" ;; *) perror "No installation help for $SYS_DISTRIBUTION available." -- cgit v1.2.3-55-g7522