diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-25 15:04:23 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-25 15:04:23 -0700 |
commit | 2249acd9f97e969f619fa87cb206fc9392b9b5fe (patch) | |
tree | 5e63e918e3aad03512d565c9abc6cb0324c34ce5 /host/README | |
parent | 95b966a599c0030921dc6b530ca8c94633d905f6 (diff) | |
download | uhd-2249acd9f97e969f619fa87cb206fc9392b9b5fe.tar.gz uhd-2249acd9f97e969f619fa87cb206fc9392b9b5fe.tar.bz2 uhd-2249acd9f97e969f619fa87cb206fc9392b9b5fe.zip |
uhd: work on mac osx packaging
Renamed README type files to have .txt extension (needed for CPACK_RESOURCE_FILE_*).
Tweaks to the cpack setup on CPACK_RESOURCE_FILE_* and handling for when UHD_PACKAGE_MODE==AUTO.
As of this commit, the mac packages do not contain the .dylib files (do not know why yet).
Diffstat (limited to 'host/README')
-rw-r--r-- | host/README | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/host/README b/host/README deleted file mode 100644 index f3dcde53d..000000000 --- a/host/README +++ /dev/null @@ -1,37 +0,0 @@ -######################################################################## -# Ettus Research - Universal Hardware Driver -######################################################################## -The hardware driver for Ettus Research products. - -######################################################################## -# Supported USRP Motherboards -######################################################################## -USRP1 -USRP2 -USRP-N200 -USRP-N210 -USRP-E100 - -######################################################################## -# Supported USRP Daughterboards -######################################################################## -Basic RX -Basic TX -LF RX -LF TX -RFX Series -XCVR 2450 -WBX Series -DBSRX -DBSRX2 -TVRX - -######################################################################## -# Documentation -######################################################################## -Online documentation available at: -http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki/ - -The build system can generate the html for the manual and Doxygen. -Docutils and Doxygen are required to build the html docs. -See the docs directory for the manual source (reStructuredText). |