summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-07 09:30:22 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-07 09:30:22 -0800
commit689298ab0fd25c5441b219c82438c478355f1bb4 (patch)
tree578aac75af7578378861bfa30e110b6d71123b8d /INSTALL
downloadfdupes-689298ab0fd25c5441b219c82438c478355f1bb4.tar.gz
fdupes-689298ab0fd25c5441b219c82438c478355f1bb4.tar.bz2
fdupes-689298ab0fd25c5441b219c82438c478355f1bb4.zip
Imported Upstream version 1.40upstream/1.40
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL25
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..c55c06a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
+Installing fdupes
+--------------------------------------------------------------------
+To install the program, issue the following commands:
+
+make fdupes
+su root
+make install
+
+This will install the program in /usr/local/bin. You may change this
+to a different location by editing the Makefile. Please refer to
+the Makefile for an explanation of compile-time options. If you're
+having trouble compiling, please take a look at the Makefile.
+
+UPGRADING NOTE: When upgrading from a version prior to 1.2, it should
+be noted that the default installation directory for the fdupes man
+page has changed from "/usr/man" to "/usr/local/man". If installing
+to the default location you should delete the old man page before
+proceeding. This file would be named "/usr/man/man1/fdupes.1".
+
+A test directory is included so that you may familiarise yourself
+with the way fdupes operates. You may test the program before
+installing it by issuing a command such as "./fdupes testdir"
+or "./fdupes -r testdir", just to name a couple of examples. Refer
+to the documentation for information on valid options.
+