glfs/pst/ps/a2ps/a2ps-inst.xml
Igor Živković 5e8cc94c00 reverted letter to A4 changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1580 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-05 01:23:46 +00:00

22 lines
659 B
XML

<sect2>
<title>Installation of <application>a2ps</application></title>
<para>Install <application>a2ps</application> by running the following commands:
</para>
<screen><userinput><command>cd contrib &amp;&amp;
cp Makefile.in Makefile.in.orig &amp;&amp;
sed -e "s:emacs::" Makefile.in.orig > Makefile.in &amp;&amp;
cd .. &amp;&amp;
cp configure{,.orig} &amp;&amp;
sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \
configure.orig > configure &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc/a2ps --localstatedir=/var \
--with-medium=letter &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>