diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-02-04 11:48:22 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-02-04 11:48:22 -0800 |
commit | ed8391caea7798ec7c5ce5a02e42c477d92984e8 (patch) | |
tree | 3ec2a3a1411aacef97311aa20cc85a0c6815b51c /host | |
parent | 747f5e8bc00c898b62c7153deea3666c082d317a (diff) | |
parent | 985836297a84fe900b6946b63f5e266bddbb432d (diff) | |
download | uhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.tar.gz uhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.tar.bz2 uhd-ed8391caea7798ec7c5ce5a02e42c477d92984e8.zip |
Merge branch 'maint'
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/build.dox | 4 | ||||
-rw-r--r-- | host/docs/install.dox | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index f6ff23b20..8caae5c79 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -134,9 +134,9 @@ All of our releases are associated with tags in the repository. PyBOMBS is a command-line tool for Linuxes (and some Unixes) from the GNU Radio ecosystem and will do a source build of UHD, including setting up prerequisites/dependencies (regardless of the distribution) with the following command: -$ ./pybombs install uhd + $ ./pybombs install uhd -Head to the <a href="http://gnuradio.org/pybombs">PyBOMBS Homepage</a> for more instructions. PyBOMBS can install UHD (as well as GNU Radio or similar projects) both into system directories as well as into user's home directories, omitting the requirement for superuser access. +Head to the <a href="https://github.com/gnuradio/pybombs/#installation">PyBOMBS Homepage</a> for more instructions. PyBOMBS can install UHD (as well as GNU Radio or similar projects) both into system directories as well as into user's home directories, omitting the requirement for superuser access. \section build_instructions_unix Build Instructions (Unix) diff --git a/host/docs/install.dox b/host/docs/install.dox index 864421ecf..fc029b3e5 100644 --- a/host/docs/install.dox +++ b/host/docs/install.dox @@ -70,9 +70,9 @@ The latest versions of these binaries can be downloaded from here: http://files. Copy and paste these commands into your terminal. This will install UHD software as well as allow you to receive package updates. - sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list' + sudo add-apt-repository ppa:ettusresearch/uhd sudo apt-get update - sudo apt-get install -t `lsb_release -cs` uhd + sudo apt-get install uhd \subsubsection install_linux_ourbins_fedora Fedora |