-
Notifications
You must be signed in to change notification settings - Fork 1
Building
strilov edited this page Oct 27, 2021
·
8 revisions
The timinglibs package relies on the DUNE DAQ package currently known as timing, https://github.com/DUNE-DAQ/timing. The most recent released version of the package is v5.6.1. If changes in the timing package source code are needed, instructions on how to include this package in the build process are included below.
- Prepare your work area as per instructions given here: https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-buildtools.
- Navigate into the
sourcecodedirectory of your work area, and run the following commands.
git clone https://github.com/DUNE-DAQ/timing.git -b develop (skip this step if no changes to timing are needed)
git clone https://github.com/DUNE-DAQ/timinglibs.git -b develop
- Run the command
dbt-workarea-envto set up your environment. - To build the package(s), run the command,
dbt-build.sh.