glfs/postlfs/editors/emacs/emacs-inst.xml
Larry Lawrence e7e7c6e45b dhcpcd patch, emacs patch, slang patch, alsa patch
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@758 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-03-11 01:47:10 +00:00

13 lines
277 B
XML

<sect2>
<title>Installation of emacs</title>
<para>Install emacs by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr \
--libexecdir=/usr/sbin &amp;&amp;
make bootstrap &amp;&amp;
make install</userinput></screen></para>
</sect2>