CubicSDR/README.md

46 lines
1.8 KiB
Markdown
Raw Normal View History

2021-06-02 22:50:03 -04:00
CubicSDR
2014-10-26 12:36:32 -04:00
========
2014-11-17 20:44:11 -05:00
Cross-Platform Software-Defined Radio Application
2019-01-08 00:05:36 -05:00
- The latest downloads are available on the [CubicSDR Releases](https://github.com/cjcliffe/CubicSDR/releases) page.
- Build instructions can be found at the [CubicSDR Wiki](https://github.com/cjcliffe/CubicSDR/wiki) page.
- Manual is available at [cubicsdr.readthedocs.io](http://cubicsdr.readthedocs.io).
- Manual contributions can be submitted to the [CubicSDR-Manual](https://github.com/cjcliffe/CubicSDR-Manual) repository.
2014-11-17 20:44:11 -05:00
Utilizes:
--------
2015-10-14 19:00:16 -04:00
- liquid-dsp (http://liquidsdr.org/ -- https://github.com/jgaeddert/liquid-dsp)
- SoapySDR (http://www.pothosware.com/ -- https://github.com/pothosware/SoapySDR)
- RtAudio (http://www.music.mcgill.ca/~gary/rtaudio/ -- http://github.com/thestk/rtaudio/)
2014-12-11 23:04:07 -05:00
- LodePNG (http://lodev.org/lodepng/)
2015-10-14 19:00:16 -04:00
- BMFont (http://www.angelcode.com/ -- http://www.angelcode.com/products/bmfont/)
2014-12-11 21:57:08 -05:00
- Bitstream Vera font (http://en.wikipedia.org/wiki/Bitstream_Vera)
2014-12-11 23:04:07 -05:00
- OpenGL (https://www.opengl.org/)
- wxWidgets (https://www.wxwidgets.org/)
2014-11-17 20:44:11 -05:00
- CMake (http://www.cmake.org/)
2016-03-21 18:39:33 -04:00
Optional Libs:
--------
2016-07-20 19:08:52 -04:00
- FFTW3 (can be compiled into liquid-dsp if desired) (http://www.fftw.org/ -- https://github.com/FFTW/fftw3)
- hamlib (https://github.com/Hamlib/Hamlib)
2016-03-21 18:39:33 -04:00
2016-01-11 20:05:06 -05:00
Recommended minimum requirements:
--------------------
- Multi-core processor system with at least 1GB RAM.
- Graphics card with at least 128MB video memory and OpenGL 3.x or ES 2.0 support.
2016-07-26 18:23:38 -04:00
- OSX 10.9+ for Mac binary releases.
2016-01-11 20:05:06 -05:00
- Windows 7+ for 64 or 32-bit Windows binary releases.
- Linux and other embedded distribution support yet to be indexed, known to at least work on Debian 8+ and Ubuntu 14+.
2014-11-17 20:44:11 -05:00
Target Platforms:
----------------
2014-12-27 22:07:16 -05:00
- [x] OSX
- [x] Windows
2015-01-19 19:33:49 -05:00
- [x] Linux
2014-11-17 20:44:11 -05:00
License:
-------
2017-01-02 21:33:29 -05:00
- GPL-2.0+