#!/bin/sh

echo "This program requires Python 2.0 or a further version."
echo "If Python is not installed on your system,"
echo "download it from http://www.python.org"

echo "The C to C++ converter may be installed in your home directory"
echo "~/ctocpp for example, and"
echo "the main script ctocpp or other programs must run from "
echo "this directory."

echo "Nothing else to install."

