glfs/general/genlib/libfam/libfam-exp.xml
Larry Lawrence 4af6b98859 update fam intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1060 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-13 21:30:13 +00:00

13 lines
423 B
XML

<sect2>
<title>Command explanations</title>
<para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes
fam to use the Linux kernel dnotify mechanism to inform the calling process of
file modifications, rather than polling the file system for.</para>
<para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is
necessary to get fam to compile with gcc-&gcc-version;.</para>
</sect2>