- Install Visual Studio 2019 or later with C++ Desktop Development, and
Meson. Make sure
mesonandninjaare on thePATH. - Install the latest NI-DAQmx.
- Build OpenScan-OpenScanNIDAQ. This is best done in the Developer PowerShell for VS 2019 (or later), which can be started from the Start Menu (hint: type 'developer powershell' into the Start Menu to search).
cd path\to\OpenScan-OpenScanNIDAQ
meson setup builddir --buildtype release
meson compile -C builddirThis results in the module OpenScanNIDAQ.osdev in builddir.