Packaging: Difference between revisions
Jump to navigation
Jump to search
AndrewBack (talk | contribs) (Created page with "== Introduction == The [https://myriadrf.org/projects/packaging/ Packaging project] maintains packages (software/firmware) of hardware drivers and SDR frameworks such as GNU...") |
No edit summary |
||
Line 6: | Line 6: | ||
=== Ubuntu === | === Ubuntu === | ||
Ubuntu packages are available for SDR hardware drivers and GNU Radio through the [https://launchpad.net/~myriadrf MyriadRF launchpad team site]. | |||
Quick instructions, add the PPA to your system: | |||
<pre> | |||
sudo add-apt-repository -y ppa:myriadrf/drivers | |||
sudo add-apt-repository -y ppa:myriadrf/drivers-snapshots | |||
sudo add-apt-repository -y ppa:myriadrf/gnuradio | |||
sudo apt-get update | |||
</pre> | |||
==== drivers PPA ==== | ==== drivers PPA ==== | ||
The [https://launchpad.net/~myriadrf/+archive/ubuntu/drivers drivers PPA] hosts packages for most SDR support drivers. | |||
* We build drivers for all supported Ubuntu releases: precise, trusty, utopic, vivid, wily | |||
* Supported hardware architectures: armhf, i386, and amd64 | |||
==== drivers-snapshots PPA ==== | ==== drivers-snapshots PPA ==== | ||
The [https://launchpad.net/~myriadrf/+archive/ubuntu/drivers-snapshots snapshots drivers PPA] hosts additional SDR drivers that are not yet formally released. | |||
* We build drivers for all supported Ubuntu releases: precise, trusty, utopic, vivid, wily | |||
* Supported hardware architectures: armhf, i386, and amd64 | |||
==== gnuradio PPA ==== | ==== gnuradio PPA ==== | ||
=== Debian === | === Debian === |
Revision as of 05:54, 23 July 2015
Introduction
The Packaging project maintains packages (software/firmware) of hardware drivers and SDR frameworks such as GNU Radio, along with key dependencies.
Repositories
Ubuntu
Ubuntu packages are available for SDR hardware drivers and GNU Radio through the MyriadRF launchpad team site.
Quick instructions, add the PPA to your system:
sudo add-apt-repository -y ppa:myriadrf/drivers sudo add-apt-repository -y ppa:myriadrf/drivers-snapshots sudo add-apt-repository -y ppa:myriadrf/gnuradio sudo apt-get update
drivers PPA
The drivers PPA hosts packages for most SDR support drivers.
- We build drivers for all supported Ubuntu releases: precise, trusty, utopic, vivid, wily
- Supported hardware architectures: armhf, i386, and amd64
drivers-snapshots PPA
The snapshots drivers PPA hosts additional SDR drivers that are not yet formally released.
- We build drivers for all supported Ubuntu releases: precise, trusty, utopic, vivid, wily
- Supported hardware architectures: armhf, i386, and amd64