2002-08-24 09:47:45 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of leafnode</title>
|
|
|
|
|
|
|
|
<para>Install leafnode by running the following commands:</para>
|
2003-02-02 00:51:51 +08:00
|
|
|
<para><screen><userinput>groupadd news
|
2002-08-24 09:47:45 +08:00
|
|
|
useradd -g news news
|
2002-10-19 07:44:59 +08:00
|
|
|
./configure --localstatedir=/var --prefix=/usr \
|
|
|
|
--sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &&
|
2002-08-24 09:47:45 +08:00
|
|
|
make &&
|
|
|
|
make install &&
|
|
|
|
ldconfig &&
|
2003-02-02 00:51:51 +08:00
|
|
|
make update</userinput></screen></para>
|
2002-08-24 09:47:45 +08:00
|
|
|
</sect2>
|
|
|
|
|