glfs/basicnet/mailnews/slrn/slrn-inst.xml
Igor Živković c6d1058401 updated to slrn-0.9.8.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1510 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-11-14 03:00:00 +00:00

12 lines
351 B
XML

<sect2>
<title>Installation of <application>slrn</application></title>
<para>Install <application>slrn</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
--with-slrnpull &amp;&amp;
make LDFLAGS="-ldl" &amp;&amp;
make install</command></userinput></screen>
</sect2>