aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 18495f2..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-If you're using CVS, you will have to first run:
-
-./autogen.sh
-
-To install, just do it the normal GNU way:
-
-./configure
-make
-make install
-
-To run the regression tests:
-
-make check