We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install git, cmake, swig and python
sudo apt-get install git cmake g++ swig python3-dev python3-setuptools
Build and install libiio
libiio Wiki Page - build instructions
git clone https://github.com/analogdevicesinc/libm2k.git cd libm2k mkdir build cd build cmake -DENABLE_EXCEPTIONS=TRUE ../ make sudo make install