mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
5fd03d2093
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1302 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
648 B
XML
22 lines
648 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 &&
|
|
cp Makefile.in Makefile.in.orig &&
|
|
sed -e "s:emacs::" Makefile.in.orig > Makefile.in &&
|
|
cd .. &&
|
|
cp configure{,.orig} &&
|
|
sed -e 's|/usr/local/share/ghostscript|/usr/share/ghostscript|g' \
|
|
configure.orig > configure
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc/a2ps --localstatedir=/var \
|
|
--with-medium=letter &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|