~ubuntu-branches/ubuntu/trusty/argyll/trusty-proposed

« back to all changes in this revision

Viewing changes to libusb1/README_MSVC.txt

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2014-02-12 00:35:39 UTC
  • mfrom: (13.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140212003539-24tautzlitsiz61w
Tags: 1.5.1-5ubuntu1
* Merge from Debian unstable. (LP: #1275572) Remaining changes:
  - debian/control:
    + Build-depend on libtiff-dev rather than libtiff4-dev.
  - debian/control, debian/patches/06_fix_udev_rule.patch:
    + Fix udev rules to actually work; ENV{ACL_MANAGE} has
      stopped working ages ago, and with logind it's now the
      "uaccess" tag. Dropping also consolekit from Recommends.
  - debian/patches/drop-usb-db.patch:
    + Use hwdb builtin, instead of the obsolete usb-db
      in the udev rules.
* debian/patches/05_ftbfs-underlinkage.diff:
  - Dropped change, no needed anymore.
* Refresh the patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To compile libusb 1.0 using either Microsoft Visual Studio or the Windows DDK
2
 
 
3
 
- If needed, edit msvc/config.h according to your needs (you might want to
4
 
  comment out ENABLE_DEBUG_LOGGING for instance).
5
 
 
6
 
That's it! You should now be able to compile the solution.
7
 
 
8
 
 
9
 
Note 1: For Visual Studio, 3 sets of solution files are provided depending on
10
 
whether you are running MSVC6, Visual Studio 2008 (MSVC9) or Visual Studio 2005
11
 
(MSVC8). For the DDK, just run ddk_build.cmd from a DDK build environment
12
 
command prompt.
13
 
 
14
 
Note 2: If the the compilation process complains about missing libraries, you
15
 
will need to ensure that the default library paths for your project point to a
16
 
directory that contains setupapi.lib and ole32.lib.
17
 
If needed, these libraries can be obtained by downloading either the latest
18
 
Windows SDK or the DDK.
19
 
 
20
 
Note 3: Provided that you have the required environment, it is possible to
21
 
produce either a 32 or 64 bit version of the library. Both these version are
22
 
supported and have been equally tested during development.
23
 
 
24
 
For additional information, please refer to:
25
 
  http://libusb.org/wiki/windows_backend
 
 
b'\\ No newline at end of file'