
To install dad you first have to get it. Either click on this WWW-LINK to receive the complete tar archive or get from the hermes PCFarm on the directory /hermes/pro/dad. If you get the compressed archive you have to unpack it its own directory so you do:
$ ls dad.tar.gz dad.tar.gz $ mkdir dad $ cd dad $ gunzip < ../dad.tar.gz | tar xvf -for the uncompressed case you type:
$ ls dad.tar dad.tar $ mkdir dad $ cd dad $ tar xvf ../dad.tarThe installation procedure requires some environment variables to be set. However on a standard system it will succeed without them.
If you installed gnu make on your system then simply type
maketo generate dad on your system. Without gnu make you are not lost. You simply have to start with
configure maketo get it run. If compilation succeds you can consider to install the libraries and the program pager in the $HERMES_ROOT environment. So simply type
make install