From 3404bd19f42d7a5dc1ad14a20a2ade78b05ea3ef Mon Sep 17 00:00:00 2001 From: handyande Date: Sun, 3 Sep 2006 08:19:25 +0000 Subject: [PATCH] Missed install file SVN revision: 25391 --- 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 +