mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 16:46:46 +00:00
8 lines
279 B
Bash
Executable File
8 lines
279 B
Bash
Executable File
#! /bin/bash
|
|
|
|
dnf -y update
|
|
dnf -y install https://alfa-ci.gsi.de/packages/rpm/fedora-$1-x86_64/fairsoft-release-dev.rpm
|
|
dnf -y install boost-devel ninja-build 'dnf-command(builddep)' libasan liblsan libtsan libubsan clang-tools-extra
|
|
dnf -y builddep fairlogger
|
|
dnf -y clean all
|