We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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