== Iris == Iris is a software framework for SDR development from [http://ctvr.ie/ CTVR, the Telecommunications Research Centre at Trinity College, University of Dublin] in Ireland. === Prerequisites === {{{ apt-get install libqwt-dev protobuf-compiler libprotobuf-dev }}} === Installing core components === {{{ git clone https://github.com/softwareradiosystems/iris_core.git iris_core cd iris_core mkdir build cd build cmake ../ make make test make install }}} === Installing modules === {{{ git clone https://github.com/softwareradiosystems/iris_modules.git iris_modules cd iris_modules mkdir build cd build cmake ../ make make test make install }}}