diff options
Diffstat (limited to 'chapter06/texinfo-inst.xml')
-rw-r--r-- | chapter06/texinfo-inst.xml | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/chapter06/texinfo-inst.xml b/chapter06/texinfo-inst.xml index 946a99321..abe723e79 100644 --- a/chapter06/texinfo-inst.xml +++ b/chapter06/texinfo-inst.xml @@ -1,12 +1,32 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Texinfo</title> -<para>Install Texinfo by running the following commands:</para> +<para>Prepare Texinfo to be compiled:</para> + +<para><screen><userinput> +./configure --prefix=/usr</userinput></screen></para> + +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> -<para><screen><userinput>./configure --prefix=/usr && -make && -make install && -make TEXMF=/usr/share/texmf install-tex</userinput></screen></para> +<para><screen><userinput>make install</userinput></screen></para> +<para><screen><userinput> +make TEXMF=/usr/share/texmf install-tex </userinput></screen></para> +</sect2> + +<sect2> +<title>Command explanations</title> + +<para><userinput>make TEXMF=/usr/share/texmf install-tex:</userinput> +This installs the texinfo components that belong in a TeX +installation. Although TeX isn't installed on LFS, it's installed here +to complete the texinfo installation. </para> </sect2> + |