Cutecom Code
Brought to you by:
neundorf
#!/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