From e8b60b03e62bdca247ed92e91c01f27dfebd487e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 15 Feb 2010 17:29:19 -0800 Subject: Removed Autotools stuff and the git ignore files. Feeding cpack a readme and license file. Added readme contents. --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'README') diff --git a/README b/README index e69de29bb..f19275c41 100644 --- a/README +++ b/README @@ -0,0 +1,26 @@ +######################################################################## +# 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 +mkdir build +cd build +cmake ../ +make +make test +sudo make install -- cgit v1.2.3