File: configure

package info (click to toggle)
cutecom 0.51.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, trixie
  • size: 2,272 kB
  • sloc: cpp: 4,228; python: 240; makefile: 54; sh: 9
file content (12 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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