2002-09-08 11:18:51 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-09-14 05:30:13 +08:00
|
|
|
<para><command>patch -Np1 -i ../fam-dnotify.patch</command> : This patch causes
|
2003-09-28 00:56:53 +08:00
|
|
|
<application><acronym>FAM</acronym></application> to use the Linux kernel
|
|
|
|
dnotify mechanism to inform the calling process of
|
|
|
|
file modifications, rather than polling the file system for
|
|
|
|
modifications.</para>
|
2003-09-14 05:30:13 +08:00
|
|
|
|
|
|
|
<para><command>patch -Np1 -i ../fam-gcc3.patch</command> : This patch is
|
2003-09-23 00:23:23 +08:00
|
|
|
necessary to get <application><acronym>FAM</acronym></application> to compile
|
|
|
|
with gcc-&gcc-version;.</para>
|
2002-09-08 11:18:51 +08:00
|
|
|
|
2003-09-22 03:11:48 +08:00
|
|
|
<para><screen><command>libtoolize --force
|
|
|
|
aclocal
|
|
|
|
automake --add-missing
|
|
|
|
autoconf</command></screen>
|
|
|
|
These commands are necessary since the patches affect the
|
|
|
|
<filename>configure.in</filename> file. They regenerate a new
|
|
|
|
<command>configure</command> command with the necessary changes.</para>
|
|
|
|
|
2002-09-08 11:18:51 +08:00
|
|
|
</sect2>
|
|
|
|
|