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