summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 0 insertions, 26 deletions
diff --git a/README b/README
deleted file mode 100644
index f19275c41..000000000
--- a/README
+++ /dev/null
@@ -1,26 +0,0 @@
-########################################################################
-# Ettus Research - Universal Hardware Driver
-########################################################################
-The hardware driver for Ettus Research products.
-
-########################################################################
-# Supported USRP Motherboards
-########################################################################
-USRP2 - gigabit ethernet
-
-########################################################################
-# Supported USRP Daughterboards
-########################################################################
-Basic RX
-Basic TX
-
-########################################################################
-# CMake Instructions
-########################################################################
-cd <uhd_src_dir>
-mkdir build
-cd build
-cmake ../
-make
-make test
-sudo make install