CubicSDR/README.md

46 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-03-29 00:43:12 -04:00
CubicSDR [![CircleCI](https://dl.circleci.com/status-badge/img/gh/cjcliffe/CubicSDR/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/cjcliffe/CubicSDR/tree/master)
2014-10-26 12:36:32 -04:00
========
2014-11-17 20:44:11 -05:00
Cross-Platform Software-Defined Radio Application
2024-03-05 20:37:46 -05:00
- The latest releases are available on the [CubicSDR Releases](https://github.com/cjcliffe/CubicSDR/releases) page.
2019-01-08 00:05:36 -05:00
- 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+.
2024-03-05 20:37:46 -05:00
Platform build scripts and test builds:
--------------------------------------
- MacOS (https://github.com/cjcliffe/CubicSDR-macOSBuild)
- Windows (https://github.com/cjcliffe/CubicSDR-WinBuild)
- Linux (AppImage) (https://github.com/cjcliffe/CubicSDR-AppImageKit)
2014-11-17 20:44:11 -05:00
License:
-------
2017-01-02 21:33:29 -05:00
- GPL-2.0+