aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-03-29 11:22:57 -0700
committerJosh Blum <josh@joshknows.com>2011-03-29 11:22:57 -0700
commit9d91d5518751d37b32c86fe4f0c17f0b480fd0bb (patch)
tree101f4d78fccc9e6867cf52ea6706d97d9b9e5412
parent2d1bd00bf04274358aed15b5652e67187424a424 (diff)
downloaduhd-9d91d5518751d37b32c86fe4f0c17f0b480fd0bb.tar.gz
uhd-9d91d5518751d37b32c86fe4f0c17f0b480fd0bb.tar.bz2
uhd-9d91d5518751d37b32c86fe4f0c17f0b480fd0bb.zip
usb: tweaks to the build guide (libusb + windows)
-rw-r--r--host/docs/build.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst
index de7c544f2..b81e25de1 100644
--- a/host/docs/build.rst
+++ b/host/docs/build.rst
@@ -165,12 +165,13 @@ LibUSB cmake 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.
-From the cmake gui, select "Advanded View":
-
+* From the cmake gui, select "Advanded View"
* Set LIBUSB_INCLUDE_DIR to the directory with "libusb.h".
* Set LIBUSB_LIBRARIES to the full path for "libusb-1.0.lib".
-Then check the boxes to enable USRP1 support, click configure and generate.
+ * Recommend the static libusb-1.0.lib to simplify runtime dependencies.
+
+* Check the box to enable USB support, click configure and generate.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Build the project in MSVC