mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
786d85c0f7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1161 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
605 B
XML
19 lines
605 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>
|