From e1dd242b88cc36be4c966f3f0d21a7deff3b494a Mon Sep 17 00:00:00 2001 From: Matthieu Dubuget Date: Sat, 5 Jun 2021 17:52:04 +0200 Subject: [PATCH] Mise-en-page --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cfca6b4..df6b843 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,21 @@ Binding to a tiny part of [libusb](http://libusb.info/). -For a more complete binding, have a look at the more complete and more advanced [ocaml-usb](https://github.com/letoh/ocaml-usb). +For a more complete binding, have a look at the more complete and more advanced +[ocaml-usb](https://github.com/letoh/ocaml-usb). I wrote this alternate binding: - in order to experiment more in depth with Ctypes; -- and because I needed something more portable than ocaml-usb: this one is working on Windows, which was not the case of ocaml-usb when I started this project. +- and because I needed something more portable than ocaml-usb: this one is + working on Windows, which was not the case of ocaml-usb when I started this + project. # Dependency -Obviously, `libusb` must installed before compilation. `pkg-config` is used in order to locate the library during compilation. +Obviously, `libusb` must installed before compilation. `pkg-config` is used in +order to locate the library during compilation. On Debian-like systems: `apt install libusb-1.0-0-dev` -On cygwin, I used mingw64 OCaml installation. This is why I installed `mingw64-x86_64-libusb1.0` package. \ No newline at end of file + +On cygwin, I used mingw64 OCaml installation. This is why I installed +`mingw64-x86_64-libusb1.0` package.