From f033e2f76387fd63a08b3479df699df8f4847426 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 27 Jul 2011 04:07:11 +0000 Subject: [PATCH] TClock: Readd a basic Install file...don't need anything fancy ;) SVN revision: 61786 --- INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8919fc2 --- /dev/null +++ b/INSTALL @@ -0,0 +1,11 @@ +COMPILING and INSTALLING: + +If you got a official release tar archive do: + ./autogen.sh + +Then to compile: + make + +To install: + make install +