summaryrefslogtreecommitdiffstats
path: root/host/docs/build.rst
diff options
context:
space:
mode:
authorMichael West <michael.west@ettus.com>2013-10-28 14:41:39 -0700
committerMichael West <michael.west@ettus.com>2013-10-28 14:41:39 -0700
commit9d4c14751c7a11d1647db94259fd223685ea507c (patch)
tree2506c4e486f1e63567bf2cb8dd9be6e5dcc0eb20 /host/docs/build.rst
parent5ba9932c699fd54bc5955afebbef75dd918f340a (diff)
parentc357a16e21bffe61a066f62b44096eced8f7962a (diff)
downloaduhd-9d4c14751c7a11d1647db94259fd223685ea507c.tar.gz
uhd-9d4c14751c7a11d1647db94259fd223685ea507c.tar.bz2
uhd-9d4c14751c7a11d1647db94259fd223685ea507c.zip
Merge branch 'master' into mwest_coverity
Diffstat (limited to 'host/docs/build.rst')
-rw-r--r--host/docs/build.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst
index 00f79aaaa..5512e71ae 100644
--- a/host/docs/build.rst
+++ b/host/docs/build.rst
@@ -64,7 +64,7 @@ LibUSB
* **Minimum Version:** 1.0
* **Usage:** build time + runtime (optional)
* **Download URL:** http://sourceforge.net/projects/libusb/files/libusb-1.0/
-* **Download URL (Windows binaries):** http://www.libusb.org/wiki/windows_backend#LatestBinarySnapshots
+* **Download URL (Windows):** https://github.com/libusbx/libusbx
^^^^^^^^^^^^^^^^
Python
@@ -169,7 +169,7 @@ Generate the project with CMake
* Click "Generate", and a project file will be created in the build directory.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-LibUSB CMake notes
+LibUSB notes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
On Windows, CMake does not have the advantage of **pkg-config**,
so we must manually tell CMake how to locate the LibUSB header and lib.
@@ -182,6 +182,8 @@ so we must manually tell CMake how to locate the LibUSB header and lib.
* Check the box to enable USB support, click "Configure" and "Generate".
+**Note:** On Windows, LibUSBx is required to use most USB3 controllers.
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Build the project in MSVC
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^