aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorangerangel <angerangel@gmail.com>2020-01-27 01:08:11 +0100
committerEric Curtin <ericcurtin17@gmail.com>2020-01-27 00:08:11 +0000
commit87ebbd2a625560e4f34de149149466b2f1b98df3 (patch)
tree25ee3fff23094c4513aae4e667a3f734568a1242
parent9dbdaa42f9e12489099bb3d87719f3c48407e4dd (diff)
downloadinotify-tools-87ebbd2a625560e4f34de149149466b2f1b98df3.zip
inotify-tools-87ebbd2a625560e4f34de149149466b2f1b98df3.tar.gz
inotify-tools-87ebbd2a625560e4f34de149149466b2f1b98df3.tar.bz2
Corrected install instruction, (#99)
added all pre-requisites
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 2099840..e49b140 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,26 @@ are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
+Pre-requisites
+==============
+Install autoconf, on Ubuntu:
+
+ sudo apt-get install autoconf
+
+then install automake, on Ubuntu:
+
+ sudo apt-get install autotools-dev
+ sudo apt-get install automake
+
+then install libtool, on Ubuntu:
+
+ sudo apt-get install libtool
+
+Now you can proceed with basic intallation:
+./configure
+make
+sudo make install
+
Basic Installation
==================