summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-04-18 12:28:08 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-04-18 12:28:08 +0200
commitad7e695784296d9e4058ebe5e27a20864076f53b (patch)
tree7f64de06f67014e85c8c8d6775f5cdd36297049d /README
parentdc080389b64a88ac58385642e5388fc9763be575 (diff)
Update sourec for inotail 0.30.3-1
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 7c13988..577584e 100644
--- a/README
+++ b/README
@@ -15,6 +15,23 @@ 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)
+- GCC (other compilers might work but are not tested)
+
+Building and installing inotail
+-------------------------------
+To build inotail type:
+
+ $ make
+
+By default, inotail is installed to /usr/local/bin/, the manpage is installed to
+/usr/local/share/man/man1/. To install the inotail files to these locations type:
+
+ $ 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 type:
+
+ $ make prefix=/usr install
License
-------