glfs/general/genlib/slang/slang-inst.xml

15 lines
434 B
XML
Raw Normal View History

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