.. _system_requirements: System requirements =================== The tools are officially supported on the following platforms. Unofficial support is mentioned where appropriate. .. tab:: Windows Windows 10. Older operating systems are likely to also work, though they are not supported. .. tab:: Mac Operating systems macOS 10.14 (Mojave) and newer are supported. Intel processors only. Older operating systems are likely to also work, though they are not supported. .. tab:: Linux Officical support is provided for CentOS 7.6 on which the tools are built and extensively regression tested. The tools also work on many modern Linux distros including Fedora and Ubuntu. Support enquiries relating to these operating systems are highly likely to be serviced. Recent Linux distros such as Fedora and Ubuntu have dropped the required version of :file:`libtinfo`. If you see an error similar to: .. code-block:: text error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory ...you will need to install the required library. .. code-block:: bash :caption: Fedora $ yum install ncurses-compat-libs .. code-block:: bash :caption: Ubuntu $ apt-get install libtinfo5