blob: da13fa3c9c159915cc42d30de39fe4fb6cc1f432 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<sect2><title> </title><para> </para></sect2>
<sect2>
<title>Installation of Texinfo</title>
<para><screen><userinput>./configure --prefix=/stage1
make
make check
make install
make TEXMF=/stage1/share/texmf install-tex</userinput></screen></para>
</sect2>
|