summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-01-05 21:01:53 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-01-05 21:01:53 +0100
commit1ee60f1aaac81336e2201aa41e639928a2350b88 (patch)
treeade6e52157475ca090d7be717d8a0aad2b652628
parent3d11760fe04a8563ff0eb12c79c51660f1d7e87d (diff)
README: Add section about building and installing inotail
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 7c13988..349ad1a 100644
--- a/README
+++ b/README
@@ -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