************ Installation ************ .. toctree:: :caption: Installation .. contents:: :local: From Source =========== Download the source code with `Git`_ :: git clone https://github.com/FairRootGroup/FairCMakeModules and install with `CMake`_ :: cmake -S FairCMakeModules -B -DCMAKE_INSTALL_PREFIX= cmake --build --target install Replace ```` and ```` with directories of your choice. macOS ===== Install `Homebrew for macOS`_ and enable the FairSoft `tap`_ :: brew tap fairrootgroup/fairsoft and continue with :: brew install faircmakemodules Find the ``brew`` package formula `here `__. Fedora ====== Add the FairSoft RPM repository for Fedora 35 :: sudo dnf install https://alfa-ci.gsi.de/packages/rpm/fedora-35-x86_64/fairsoft-release-dev.rpm and continue with :: sudo dnf install faircmakemodules Find the RPM package source `here `__. .. _Git: https://git-scm.com/ .. _CMake: https://cmake.org/ .. _Homebrew for macOS: https://brew.sh/ .. _tap: https://docs.brew.sh/Taps