#!/bin/sh

echo
echo "CuteCom uses the CMake build system, at least version 2.8.11 is required."
echo "If there is no package for your distribution, you can "
echo "get it from http://www.cmake.org/HTML/Download.html"
echo
echo "So instead of running ./configure, you need to run cmake:"
echo "$ cmake ."
echo


