源码下载指导

稳定版

GNU Radio 最新稳定版,及历史稳定版可在下面连接找到:

http://gnuradio.org/releases/gnuradio/

另外,

Also, check the news (in the box at the right) for announcements on the latest stable releases.

Development

Get the latest weekly development code as a tarball: http://gnuradio.org/files/builds/gnuradio-current.tar.gz

SHA1 Sum: http://gnuradio.org/files/builds/gnuradio-current.tar.gz.sha1

If you prefer the latest development code, wish to contribute to GNU Radio, or want to work with features that haven't yet made it into the stable branch, you can check out the source from the git repository using one of these two lines:

$ git clone git://gnuradio.org/gnuradio

or

$ git clone http://gnuradio.org/git/gnuradio.git

Later, to update your local repository you can run:

$ git pull

The development code comes in three flavours: master, maint and next (these are in fact the names of the git branches). master is the main branch, which will be the next stable release. next is where all the crazy stuff is happening, the most bleeding edge code out there. maint is a maintenance branch of the most current release, i.e. the latest stable release plus bugfixes.

If you're using the git cloned code, you can switch between these three branches by going to your git-cloned repository and issuing the command

$ git checkout maint

Even more bleeding-edge development code (Katana-edge)

The next branch is too stale for your taste? Some of the developers have exposed their development repositories. If you want to check these out, we're assuming you know what you're doing, so no more explanations:



稳定版

GNU Radio 最新稳定版在下面可以找到:

    http://ftp.gnu.org/gnu/gnuradio/gnuradio-3.3.0.tar.gz

在历史版本库可以找到以前的版本:

    ftp://ftp.gnu.org/gnu/gnuradio/

开发版

如果你感兴趣最新的开发版代码,想为 GNU Radio 社区做些贡献,想染指那些还没成熟的功能,你可以使用下面两行命令之一到 git 库去查看代码:

$ git clone git://gnuradio.org/gnuradio

$ git clone http://gnuradio.org/git/gnuradio.git

升级本地库

    $ git pull

二进制代码下载指导

如果使用 Ubuntu, 可以到 GNU Radio 的 Debian 的源码资源DebianPackages) 查找预编译好的 Ubuntu 包。






注:Download instructions(原文出处,翻译仅供参考!)