Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: explicit statement on single source build #370

Merged
merged 6 commits into from
May 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
  • Loading branch information
Youw authored Jan 22, 2022
commit 5718af1e9da5c4145c3780fdc1836c7806957b32
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and macOS.
HIDAPI can be either built as a shared library (`.so`, `.dll` or `.dylib`) or
can be embedded directly into a target application by adding a single source
file (per platform) and a single header.
can be embedded directly into a target application by adding a _single source_
file (per platform) and a single header.<br>
See [remarks](BUILD.md#embedding-source-code-directly) on embedding _directly_ into your application.

HIDAPI library was originally developed by Alan Ott ([signal11](https://github.com/signal11)).

Expand All @@ -26,7 +27,6 @@ It was moved to [libusb/hidapi](https://github.com/libusb/hidapi) on June 4th, 2
* [Installing HIDAPI](#installing-hidapi)
* [Build from Source](#build-from-source)


## About

### HIDAPI has four back-ends:
Expand Down