blob: cdca42cd0b47aeed6864e1fe9baf2b649e5e96ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
########################################################################
# Ettus Research - Universal Hardware Driver
########################################################################
The hardware driver for Ettus Research products.
########################################################################
# Supported USRP Motherboards
########################################################################
USRP2 - udp over gigabit ethernet
########################################################################
# Supported USRP Daughterboards
########################################################################
Basic RX
Basic TX
LF RX
LF TX
########################################################################
# CMake Instructions
########################################################################
cd uhd/host
mkdir build
cd build
cmake ../
make
make test
sudo make install
For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX=<myprefix> ../
|