mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 16:07:23 +08:00
40330fcd2f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1181 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
606 B
XML
20 lines
606 B
XML
<sect2>
|
|
<title>Installation of <application>Leafnode</application></title>
|
|
|
|
<para>Create the group and user news, if not present:</para>
|
|
|
|
<screen><userinput><command>groupadd news &&
|
|
useradd -g news news</command></userinput></screen>
|
|
|
|
<para>Install <application>Leafnode</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --localstatedir=/var \
|
|
--sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &&
|
|
make &&
|
|
make install &&
|
|
ldconfig &&
|
|
make update</command></userinput></screen>
|
|
|
|
</sect2>
|