mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
a979d27831
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@116 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
270 B
XML
14 lines
270 B
XML
<sect2>
|
|
<title>Installation of slrn</title>
|
|
|
|
<para>Install slrn by running the following commands:</para>
|
|
|
|
<para><screen>
|
|
<userinput>./configure --prefix=/usr --with-slrnpull &&
|
|
make LDFLAGS="-ldl" &&
|
|
make install</userinput>
|
|
</screen></para>
|
|
|
|
</sect2>
|
|
|