A C++ wrapper around Digilent's Waveforms SDK, which targets the Digilent Analog Discovery.
- You'll need to install the Waveforms SDK by downloading the appropriate package here.
- Run
sudo make install
To perform a test you can run sudo make test
, just make sure that you set your
LD_LIBRARY_PATH
properly. The installation puts a shared object file in
/usr/local/lib
, so you can add it to your path by putting something like this
in your config file:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib