aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-02 22:16:42 +0200
committerNicolas Schodet2021-10-03 10:17:25 +0200
commit6c0730889b6a0a17139d245ad2d3b093af848d68 (patch)
tree70d5c0e9c42ef20dd6cc6ce258895f46b29bb347 /README
parent0ebf261cb559560f1b7bee1fcd1113f3134c0ac1 (diff)
Update code to work with libusb 1.0
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0d62889..9e8f9bd 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ intelligent brick at a relatively low level. It currently does:
LibNXT is targetted at the platforms that the official Lego Minstorms
NXT software overlooks. Specifically, it will work on any
-POSIX-compliant operating system where libusb 0.1 is supported.
+POSIX-compliant operating system where libusb 1.0 is supported.
The design of LibNXT is layered, meaning you can plug into it at any
level of complexity or abstraction you desire, from the lowest level
@@ -85,10 +85,10 @@ library.
How?
====
-To compile all of this you'll need a copy of libusb 0.1 on your system,
+To compile all of this you'll need a copy of libusb 1.0 on your system,
as well as the Meson build system.
- - Libusb 0.1: https://libusb.info/
+ - Libusb 1.0: https://libusb.info/
- Meson: https://mesonbuild.com/
When you have all that, build with: