If git is installed on your machine you can download
the ADAT source code from the JLab respository using the following
commands:
git clone git://git.jlab.org/pub/lattice/usqcd/adat.git
cd adat
git submodule update --init --recursive
If git is not installed you can download an older version
of ADAT (which should still work) from the cvs respository by
following the instructions
given here.
If you then want to compile and install the package use (within the directory adat):
./configure --prefix=ADAT_install_dir
make
make install
The executables for all the ADAT programs are now located in directory ADAT_install_dir.