Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 837 Bytes

prerequisites.md

File metadata and controls

24 lines (16 loc) · 837 Bytes

FairSoft Prerequisites

In the following sections you can find instructions to install software assumed to be available on your Linux or macOS system prior to installing FairSoft.

Linux

Find the distro-specific setup in the %post section in the following singularity container definition files:

  • Fedora: 33
  • CentOS: 7
  • Debian: 10
  • openSUSE: 15.2

macOS

  • Install the latest Xcode CLT (Command Line Tools) from developer.apple.com (requires Apple ID)

  • Install the latest Homebrew

brew update
brew doctor  # Address any issues reported here until your system is ready to brew
brew install gcc python