diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-01-05 21:01:53 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-01-05 21:01:53 +0100 |
commit | 1ee60f1aaac81336e2201aa41e639928a2350b88 (patch) | |
tree | ade6e52157475ca090d7be717d8a0aad2b652628 | |
parent | 3d11760fe04a8563ff0eb12c79c51660f1d7e87d (diff) |
README: Add section about building and installing inotail
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -16,6 +16,22 @@ Requirements - Linux kernel 2.6.13 or higher with CONFIG_INOTIFY enabled - Standard C Library (tested with GNU libc but might work with others too) +Building and installing inotail +------------------------------- +To build inotail: + + $ make + +By default, inotail is installed to /usr/local/bin/, the manpage is installed to +/usr/local/share/man/. To install the inotail files to these locations: + + $ make install + +To change these locations just set the prefix variable, e.g. to install the +inotail binary to /usr/ and the manpage to /usr/share/man/ respectively: + + $ make prefix=/usr install + License ------- inotail is licensed under the terms of the GNU General Public License version 2 |