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
brew install git cmake g++ swig python3
Download and install libiio
libiio releases - github page
git clone https://github.com/analogdevicesinc/libm2k.git cd libm2k mkdir build cd build cmake -DENABLE_EXCEPTIONS=TRUE ../ make sudo make install