[go: up one dir, main page]

Menu

[r16]: / trunk / cutecom / configure  Maximize  Restore  History

Download this file

13 lines (9 with data), 311 Bytes

#!/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