Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 925 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 925 Bytes

OpenScan device module using NI DAQ

How to build

  • Install Visual Studio 2019 or later with C++ Desktop Development, and Meson. Make sure meson and ninja are on the PATH.
  • 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 builddir

This results in the module OpenScanNIDAQ.osdev in builddir.

Code of Conduct

Contributor Covenant