]> git.tuebingen.mpg.de Git - adu.git/blob - INSTALL
0853126e54a1e3eb01eb3691c594f2c7d7d39e0a
[adu.git] / INSTALL
1 As adu is based on libosl, the object storage layer, you first have
2 to install http://people.tuebingen.mpg.de/maan/osl/ (libosl).
3
4 Adu's command line parser and the interactive help are generated by
5 http://www.gnu.org/software/gengetopt/gengetopt.html (gnu gengetopt).
6 Hence the gengetopt package must be installed to compile adu from
7 source.
8
9 In order to generate the man page,
10 ftp://ftp.gnu.org/pub/gnu/help2man (help2man)
11 must be installed. For the html version of the man page,
12 http://www.triptico.com/software/grutatxt.html (grutatxt) is used.