*`Qt5 >=5.5.1` (required modules are listed below)
All required packages can be easily installed on most Linux distributions using the system's package manager. Below are a few examples for several selected operating systems. Please note, that other distributions (Fedora, Mint, etc) may have different commands for invoking the package manager and slightly different names of packages (like `boost` instead of `libboost` etc). Besides that, the installation should be very similar.
All required packages can be easily installed on most Linux distributions using the system's package manager (except libheinz and libformfactor, which must be installed from source). Below are a few examples for several selected operating systems. Please note, that other distributions (Fedora, Mint, etc) may have different commands for invoking the package manager and slightly different names of packages (like `boost` instead of `libboost` etc). Besides that, the installation should be very similar.
<p>CentOS 7 and Redhat 7 ship with gcc-4.8.5, which does not fully support C++ 14. This instruction thus also explains how to get a newer compiler on your system.</p>
<p>MacOS comes with no package manager, but fortunately there are several free and well maintained package managers that significantly simplify the installation of third-party open-source software. Here, we provide recepies for <ahref=https://brew.sh/>Homebrew</a> and <ahref=https://www.macports.org/>MacPorts</a>.</p>
<pre><code>$ sudo yum-config-manager --enable rhel-server-rhscl-7-rpms # if you are on RHEL</code></pre>
Make sure, that gcc gives you version 9.0 or higher:
<pre><code>$ g++ --version</code></pre>
### MacOS
MacOS comes with no package manager, but fortunately there are several free and well maintained package managers that significantly simplify the installation of third-party open-source software. Here, we provide recepies for <ahref=https://brew.sh/>Homebrew</a> and <ahref=https://www.macports.org/>MacPorts</a>.</p>
<h4>Important note</h4>
<p>Homebrew installs all packages in <pre>/usr/local</pre>, while MacPorts prefers the <pre>/opt/local</pre> folder. Depending on your package manager selection, the corresponding path has to be specified explicitly during the BornAgain CMake configuration as explained in <ahref=../building-and-install>Build and install BornAgain<a>.</p>