mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 15:37:16 +08:00
3e4d007247
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@341 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
413 B
XML
17 lines
413 B
XML
<sect2>
|
|
<title>Installation of leafnode</title>
|
|
|
|
<para>Install leafnode by running the following commands:</para>
|
|
<para><screen><userinput>
|
|
groupadd news
|
|
useradd -g news news
|
|
./configure --localstatedir=/var --prefix=/usr \
|
|
--sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck &&
|
|
make &&
|
|
make install &&
|
|
ldconfig &&
|
|
make update
|
|
</userinput></screen></para>
|
|
</sect2>
|
|
|