aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-05-09 00:47:30 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2012-05-09 00:47:30 +0100
commit3d928d8dfe2d9af8b3d3ad2eb1d4b878d68704c4 (patch)
treeafd9aac45d87ca26cd83e5b176069195250a3d7f /README
parentd070ed533fe8afdc672c6f04875f2c73f478c196 (diff)
parent260123716172d33f44bdc0e4e5422554d139215c (diff)
downloadlibphidget21-3d928d8dfe2d9af8b3d3ad2eb1d4b878d68704c4.tar.gz
Merge tag 'upstream/2.1.8.20120507'
Upstream version 2.1.8.20120507
Diffstat (limited to '')
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index af610ab..46e7055 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Phidgets for Linux
- Version 2.1.8, 22 February 2011
+ Version 2.1.8, 3 May 2012
Installation
============
@@ -17,10 +17,13 @@ zeroconf if it is available.
Requirements
============
-libusb 0.1
+libusb 1.0
This is generally already installed. The libusb dev files may need to
-be installed - this is usually a package called libusb-dev.
+be installed - this is usually a package called libusb-1.0-0-dev. If
+libusb-1.0 is not available, libusb-0.1 will be used as a fallback,
+however, libusb-0.1 is not recommended because of a memory leak which
+will never be fixed.
Some embedded systems / older distros may need to manually set up
the userspace USB device tree. Usually this is handled by udev and
@@ -54,6 +57,10 @@ Options
make LABVIEW_CINTOOLS_PATH=/usr/local/natinst/LabVIEW-2010/cintools
Note: replace 'LabVIEW-2010' with your version
+
+ To use old libusb-0.1
+
+ ./configure --enable-oldlibusb
Usage
=====