Collaborative Computational Project Number 14
for Single Crystal and Powder Diffraction
CCP14
Compiling Gnu Texinfo (which includes makeinfo)
The CCP14 Homepage is at http://www.ccp14.ac.uk
Why not - GNU software seems to be of higher quality than native commercial equivalents.
The present versions are quite easy to compile.
The version of GNU Texinfo used at the time of writing was Texinfo 4.0 (18th November 1999). This was
compiled on an SGI O2 running IRIX 6.5.6 and an HP Workstation running HPUX 10.
The main GNU website is at http://www.gnu.org.
There are a variety of mirrors around the place including a
CCP14 auto-mirror at http://gnu.ccp14.ac.uk
Download page is at http://www.gnu.org/order/ftp.html.
There are a variety of mirrors around the place including a
CCP14 auto-mirror at http://gnu.ccp14.ac.uk/order/ftp.html
You need:
- Latest texinfo distribution (texinfo-4.0 or greater)
If you use a later version than the above, check the INSTALLATION instructions
as they may have differed to what is given below.
Some of the Eurocentric FTP sites you can download the source code:
To extract the distribution files:
- Type: gzip -d < texinfo-4.0.tar.gz | tar xvof -
This creates a texinfo-4.0 subdirectory where the files are ready to configure and compile.
- If you are in the mood normally read the INSTALL or README files and try to figure things out.
- Run ./configure (it should detect your system and be happy)
- Type make to compile things up
- Type make install to install the files into the correct /usr/local area on your system (if you have the
permissions). You will get the following message.
WARNING: You must install texinfo.tex, txi-??? and epsf.tex manually,
WARNING: perhaps in TEXMF/tex/texinfo/ and
WARNING: and TEXMF/tex/generic/dvips/ respectively.
WARNING: where TEXMF is a root of your TeX tree
WARNING: See doc/README for some considerations.
- Make a /usr/local/share/texmf/tex/texinfo/ directory and copy texinfo.tex into it.
- Make a /usr/local/share/texmf/tex/generic/dvips/ and copy epsf.tex into it.