summaryrefslogtreecommitdiff
path: root/Host/README
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-18 12:01:56 +0800
committerTat-Chee Wan (USM)2011-03-18 12:01:56 +0800
commit27866753e46ef5d711950b6db04a06b9f68ccc9c (patch)
treec5d60da7e0372f32dc1b4dcd7376c8029292f85a /Host/README
parentd909654b170615f1a8d69a1b58f6979570873a8c (diff)
updated libusb version info, fixed checksum error in setonereg example
Diffstat (limited to 'Host/README')
-rw-r--r--Host/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/Host/README b/Host/README
index 9e6b9c1..23d95c9 100644
--- a/Host/README
+++ b/Host/README
@@ -1,11 +1,11 @@
The nxt-gdb-server.py script is initially developed by Nicolas Schodet.
It depends on the following libraries:
- - nxt-python v2.0x http://code.google.com/p/nxt-python/
+ - nxt-python v2.1.x http://code.google.com/p/nxt-python/
- pyusb v0.4x http://pyusb.wiki.sourceforge.net
- - libusb-compat v0.1x and libusb v1.0x http://libusb.org/
+ - libusb v0.1.x http://libusb.org/
- It will probably work with libusb v0.1.x but it has not been tested in that configuration.
+Currently, it does not work with libusb v1.x, on Mac OSX, it causes segfaults.
Installation
============