Clean spec file for yocto compliance.
[platform/upstream/fdupes.git] / INSTALL
1 Installing fdupes
2 --------------------------------------------------------------------
3 To install the program, issue the following commands:
4
5 make fdupes
6 su root
7 make install
8
9 This will install the program in /usr/local/bin. You may change this 
10 to a different location by editing the Makefile. Please refer to
11 the Makefile for an explanation of compile-time options. If you're
12 having trouble compiling, please take a look at the Makefile.
13
14 UPGRADING NOTE: When upgrading from a version prior to 1.2, it should 
15 be noted that the default installation directory for the fdupes man
16 page has changed from "/usr/man" to "/usr/local/man". If installing
17 to the default location you should delete the old man page before
18 proceeding. This file would be named "/usr/man/man1/fdupes.1".
19
20 A test directory is included so that you may familiarise yourself
21 with the way fdupes operates. You may test the program before
22 installing it by issuing a command such as "./fdupes testdir" 
23 or "./fdupes -r testdir", just to name a couple of examples. Refer
24 to the documentation for information on valid options.
25