diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/build.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/build.dox b/host/docs/build.dox index 8caae5c79..7b5cb00d7 100644 --- a/host/docs/build.dox +++ b/host/docs/build.dox @@ -132,9 +132,9 @@ All of our releases are associated with tags in the repository. \section build_pybombs Using PyBOMBS -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 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). Assuming you have PyBOMBS set up, you can install UHD with the following command: - $ ./pybombs install uhd + $ pybombs install uhd 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. |