summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL-cvs17
1 files changed, 17 insertions, 0 deletions
diff --git a/INSTALL-cvs b/INSTALL-cvs
new file mode 100644
index 0000000..e5b2910
--- /dev/null
+++ b/INSTALL-cvs
@@ -0,0 +1,17 @@
+To be able to build from cvs you will need
+the whole autotools suite + gettext.
+
+run ./autogen.sh
+run configure --enable-maintainer-mode
+
+Now you are set (run make, make install or whatever).
+
+I had problems to generate in doc/ because of tex / etex
+conflicts.
+
+If this happens to you, try to set your environment variable TEX,
+for example:
+
+TEX=tex
+export TEX
+