glfs/general/genlib/slang/slang-inst.xml
Larry Lawrence fb976334f6 update slang intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@963 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-03 19:35:42 +00:00

15 lines
447 B
XML

<sect2>
<title>Installation of <application>slang</application></title>
<para>Install <application>slang</application> by running the following commands:</para>
<para><screen><userinput><command>./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;</command></userinput></screen></para>
</sect2>