summaryrefslogtreecommitdiff
path: root/_README.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-02-25 12:49:19 +0000
committerPete Batard <pbatard@gmail.com>2011-02-25 12:49:19 +0000
commitac1dcba5e2971e76f399596de744d587023b1045 (patch)
tree349bcf7efc2ab0b5a9e2127c46188823909974a8 /_README.txt
parentaefe4c8623db0676f81cfd1d611ae0a5a6e42da5 (diff)
downloadlibusb-ac1dcba5e2971e76f399596de744d587023b1045.tar.gz
[INTERNAL - NOT FOP RELEASE] libusb.h -> include/libusb-1.0
* suggested by Chris Johns * also copy the .def from MinGW to ensure regenerated one is used
Diffstat (limited to '_README.txt')
-rw-r--r--_README.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/_README.txt b/_README.txt
index fd9d809..00bf27f 100644
--- a/_README.txt
+++ b/_README.txt
@@ -7,9 +7,9 @@
o Visual Studio:
- Open existing or create a new project for your application
- - Copy the libusb.h into your project and make sure that the location where
- the file reside appears in the 'Additional Include Directories' section
- (Configuration Properties -> C/C++ -> General).
+ - Copy libusb.h, from the include\libusb-1.0\ directory, into your project and
+ make sure that the location where the file reside appears in the 'Additional
+ Include Directories' section (Configuration Properties -> C/C++ -> General).
- Copy the relevant .lib file from MS32\ or MS64\ and add 'libusb-1.0.lib' to
your 'Additional Dependencies' (Configuration Properties -> Linker -> Input)
Also make sure that the directory where libusb-1.0.lib resides is added to
@@ -43,10 +43,10 @@ o WDK/DDK:
easily be achieved, in the DDK environment, by running 'ddk_build /MT'
o MinGW/cygwin
- - Copy libusb.h to your default include directory and the relevant MinGW32\ or
- MinGW64\ .a file to your default library directory. Or, if you don't want to
- use the default locations, make sure that you feed the relevant -I and -L
- options to the compiler.
+ - Copy libusb.h, from include/libusb-1.0/ to your default include directory,
+ and copy the MinGW32/ or MinGW64/ .a files to your default library directory.
+ Or, if you don't want to use the default locations, make sure that you feed
+ the relevant -I and -L options to the compiler.
- Add the '-lusb-1.0' linker option when compiling.
o Additional information: