Supported (continuously tested) platforms:
- Ubuntu 18.04
- macOS Catalina
- Centos 7
You are very likely using this within the ESS data acquisition framework. In this case you will want to automatically install and update DAQuiri using ESS DAQ
The details of manually configuring all the dependencies can be found here
To run daquiri, you can use this convenience script:
./utils/daquiri.sh
Or, if you need the command-line only utility:
./utils/acquire.sh
to both of which you can supply whatever parameters you would to the actual programs.
To use Instrument for time profiling Daquiri
> cd build
> cmake -G Xcode -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
> open daquiri.xcodeproj
In the xcode app use ⌘-I to build and choose Time Profiler.