diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-23 20:44:50 -0700 |
commit | 24bd27b90d06820d858c008cff915319873321c5 (patch) | |
tree | cadca487d3f804ad73bc0476b3f44a62eb33d306 /host/README | |
parent | 1aef83037f6a9988b06a547710afbbe5ce815459 (diff) | |
download | uhd-24bd27b90d06820d858c008cff915319873321c5.tar.gz uhd-24bd27b90d06820d858c008cff915319873321c5.tar.bz2 uhd-24bd27b90d06820d858c008cff915319873321c5.zip |
Reorganized apps dir into utils and examples dir.
The files get installed into the pkg data directory.
Diffstat (limited to 'host/README')
-rw-r--r-- | host/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/host/README b/host/README index f19275c41..cdca42cd0 100644 --- a/host/README +++ b/host/README @@ -6,21 +6,25 @@ The hardware driver for Ettus Research products. ######################################################################## # Supported USRP Motherboards ######################################################################## -USRP2 - gigabit ethernet +USRP2 - udp over gigabit ethernet ######################################################################## # Supported USRP Daughterboards ######################################################################## Basic RX Basic TX +LF RX +LF TX ######################################################################## # CMake Instructions ######################################################################## -cd <uhd_src_dir> +cd uhd/host mkdir build cd build cmake ../ make make test sudo make install + +For a custom prefix, use: cmake -DCMAKE_INSTALL_PREFIX=<myprefix> ../ |