Get zip file from http://oalib.hlsresearch.com/AcousticsToolbox/ and unzip
Uses gfortran to compile, but other compliers are included in the Makefile there.
If you don't have gfortran (type 'which gfortran' in command window), you will have to install it
After unzipping, you will have an 'at' folder
In a command window
All executables will be in the bin folder, which will probably have to
be included in your PATH
export PATH="$PATH:/PATH_TO_YOUR_AT/at"
If you are having problems compiling on new Macs with the ARM processor
It is probably a gfortran library interference from anaconda. To fix