summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2012-09-05 14:39:11 +0800
committerTat-Chee Wan (USM)2012-09-05 14:39:11 +0800
commitd22b01552827bb089ec06548dee927689dfc1ea7 (patch)
treedbf9694618d5c52a0a2fd7d8610dd2e9e5aac8db
parentaa0778c0d89f9f0722428e419866ff3aedf06bf2 (diff)
updated readme file with newer dependencies
-rw-r--r--Host/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/Host/README b/Host/README
index 23d95c9..1b6537e 100644
--- a/Host/README
+++ b/Host/README
@@ -1,12 +1,17 @@
The nxt-gdb-server.py script is initially developed by Nicolas Schodet.
It depends on the following libraries:
- - nxt-python v2.1.x http://code.google.com/p/nxt-python/
+ - nxt-python v2.2.x http://code.google.com/p/nxt-python/
+
+Additional Dependencies For Windows and MacOSX:
+ - Fantom Drivers from LEGO
+
+Additional Dependencies For Linux:
- pyusb v0.4x http://pyusb.wiki.sourceforge.net
- libusb v0.1.x http://libusb.org/
-Currently, it does not work with libusb v1.x, on Mac OSX, it causes segfaults.
-
+ Currently, it does not work with libusb v1.x; on Mac OSX, it causes segfaults.
+
Installation
============