Update README and INSTALL to be more clear how to install backupninja
[matthijs/upstream/backupninja.git] / INSTALL
1 INSTALLATION
2 ============
3    
4 Requirements:
5   bash gawk
6
7 Recommended: 
8   rdiff-backup duplicity rsync gzip hwinfo sfdisk
9
10 Installation:
11   To install backupninja, simply do the following:
12
13   $ ./autogen.sh
14   $ ./configure
15   $ make
16   $ make install
17
18   You may wish to change the install locations, or other options. To find
19   the available possibilities, run ./configure --help.
20