diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-10-23 14:56:45 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-10-23 14:56:45 -0700 |
commit | f759a6eb69c47be7b089212f635cc173617cf232 (patch) | |
tree | c4e4c2555c4f4f17c323307cda8ddc3a0b9df6b7 /host/docs | |
parent | f3b27b87ad49baf4696f3a62fb25dbdea9630f37 (diff) | |
download | uhd-f759a6eb69c47be7b089212f635cc173617cf232.tar.gz uhd-f759a6eb69c47be7b089212f635cc173617cf232.tar.bz2 uhd-f759a6eb69c47be7b089212f635cc173617cf232.zip |
docs: added info on libusbx for Windows
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index 0a18e9e9a..ed71142bb 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |