Instructions for compiling the Acoustics Toolbox on Linux and MacOS


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

If you are getting this error on any OS
ld: unsupported tapi file type '!tapi-tbd' in YAML file '/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/lib/libSystem.tbd' for architecture x86_64

It is probably a gfortran library interference from anaconda. To fix