Skip to content

Commit 8a84313

Browse files
committed
update readme
1 parent f9b7c8c commit 8a84313

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,24 @@ Java wrapper library for the [USRP Hardware Driver](http://code.ettus.com/redmin
44
via [JavaCPP](https://github.com/bytedeco/javacpp).
55

66
## Install UHD
7-
Install UHD and the UHD development files on your system, for debian
8-
these can be found in the `uhd-host` and `libuhd-dev` packages. Check
9-
out [this guide](http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Installation-Instructions)
7+
Install UHD and the UHD development files on your system, Check out
8+
[this guide](http://files.ettus.com/manual/page_install.html)
109
for detailed install instructions. You may also need to install the
1110
`build-essential` & `libboost-dev` packages.
1211

12+
```
13+
# add-apt-repository ppa:ettusresearch/uhd
14+
# apt-get update
15+
# apt-get install uhd-host build-essential libuhd-dev libboost-dev
16+
```
17+
1318
## Verify UHD
1419
Connect your USRP hardware and run `$ uhd_find_devices`, **you must
1520
be able to do this without root permissions**. The output should look
1621
something like this:
1722

1823
```
19-
linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown
24+
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.009.002-release
2025
2126
--------------------------------------------------
2227
-- UHD Device 0
@@ -48,4 +53,4 @@ $ mvn install
4853

4954
Copyright 2015 An Honest Effort LLC
5055

51-
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
56+
Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

0 commit comments

Comments
 (0)