diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-21 23:16:31 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-21 23:16:31 +0000 |
commit | ee29ecd605b329c38ab4c6c6c89d6288693495de (patch) | |
tree | 89a95aeb407590cb2c49fde71aa0bb82ebd927eb | |
parent | 1998267a890ac27651595c26f190997b002548ff (diff) | |
download | idutils-ee29ecd605b329c38ab4c6c6c89d6288693495de.tar.gz idutils-ee29ecd605b329c38ab4c6c6c89d6288693495de.tar.bz2 idutils-ee29ecd605b329c38ab4c6c6c89d6288693495de.zip |
* new file INSTALL-cvs that describes how to build from CVS
-rw-r--r-- | INSTALL-cvs | 17 |
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 + |