blob: 4d320d42f192b3750021364ce9a1b92c65f6dcdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2>
<title>Installation of Groff</title>
<para>Install Groff by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&
make &&
make install &&
cd /usr/bin &&
ln -s soelim zsoelim &&
ln -s eqn geqn &&
ln -s tbl gtbl</userinput></screen></para>
</sect2>
|