glfs/general/genlib/slang/slang-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

15 lines
374 B
XML

<sect2>
<title>Installation of slang</title>
<para>Install slang by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
make elf &amp;&amp;
make install-elf &amp;&amp;
make install-links &amp;&amp;
chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen></para>
</sect2>