Commit Graph

6 Commits

Author SHA1 Message Date
CanDursun
2b70208fea
Fix typos in README (#479) 2022-11-04 14:01:41 +02:00
Ihor Dutchak
8068574ee1
Add meson.build as a wrapper over CMake (#410)
- not an independent build system, but a wrapper over CMake;
- may be used as a standalone Meson build or as a subproject;
2022-09-10 16:52:46 +03:00
Ihor Dutchak
68bcbfcafa
README: explicit statement on single source build (#370) 2022-05-02 14:05:05 +03:00
Ihor Dutchak
d4888c5f65
Remove DDK support files. (#333)
Deleted DDK build scripts, support files and documentation for it,
as it wasn't working of-the-box with recent tool-sets from MS anyway.

Still keeping `HIDAPI_USE_DDK` macro in the code,
as it still _can_ be used if the build configuration is setup properly.

Resolves: #49
2021-09-22 13:30:23 +03:00
Ihor Dutchak
77128aac88 Add deprecation message for Autotools 2021-09-20 16:06:27 +03:00
Ihor Dutchak
b7053119ed Documentation refactoring and update
- separate readme for HIDAPI build;
- separate readme for HIDAPI build with Autotools;
- add (separate) readme for HIDAPI build with CMake;
2021-07-03 20:38:58 +03:00