diff options
Diffstat (limited to 'cutecom-0.22.0/configure')
| -rwxr-xr-x | cutecom-0.22.0/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cutecom-0.22.0/configure b/cutecom-0.22.0/configure new file mode 100755 index 0000000..99857b6 --- /dev/null +++ b/cutecom-0.22.0/configure @@ -0,0 +1,12 @@ +#!/bin/sh + +echo +echo "CuteCom uses the CMake build system, at least version 2.4.3 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 + + |
