glfs/server/other/leafnode/leafnode-inst.xml
Igor Živković 786d85c0f7 updated to leafnode-1.9.43
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1161 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-22 07:00:47 +00:00

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 &amp;&amp;
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 &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ldconfig &amp;&amp;
make update</command></userinput></screen>
</sect2>