aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/groff-inst.xml
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 &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd /usr/bin &amp;&amp;
ln -s soelim zsoelim &amp;&amp;
ln -s eqn geqn &amp;&amp;
ln -s tbl gtbl</userinput></screen></para>

</sect2>