File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,19 +4,24 @@ Java wrapper library for the [USRP Hardware Driver](http://code.ettus.com/redmin
44via [ 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 )
109for 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
1419Connect your USRP hardware and run ` $ uhd_find_devices ` , ** you must
1520be able to do this without root permissions** . The output should look
1621something 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
4954Copyright 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
You can’t perform that action at this time.
0 commit comments