macOS Big Sur
- Install the last version of Xcode using App Store
- Open Xcode to accept the license agreement and finalizing the installation
- Download the Command Line Tools compatible with your version of Xcode from Apple’s developer website
- Download a version of gfortran compatible with your system here
- Open a terminal and set the working directory where the gfortran package is saved
- If you have a file with the extension .gz, type the command (change XX to the version): gunzip gfortran-XX-bin.tar.gz
- Type the command (change XX): sudo tar -xvf gfortran-XX-bin.tar -C /
- In your terminal, set the working directory to the folder Programs of Theriak-Domino and type the command: make all
Was this helpful?
10 / 7