Version 1 (modified by 10 years ago) ( diff ) | ,
---|
Iris
Iris is a software framework for SDR development from 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
Note:
See TracWiki
for help on using the wiki.