Skip to content

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.

  1. Prepare your work area as per instructions given here: https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-buildtools.
  2. Navigate into the sourcecode directory 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
  1. Run the command dbt-workarea-env to set up your environment.
  2. To build the package(s), run the command, dbt-build.sh.

Clone this wiki locally