I am trying to install the hidapi port on Linux Debian 10 for some project.
The output of uname -a is:
Linux debian 4.19.0-14-amd64 #1 SMP Debian 4.19.171-2 (2021-01-30) x86_64 GNU/Linux
When I try to run:
./vcpkg install --overlay-ports=/home/nick-test/<project_specific>/custom_ports --overlay-triplets=/home/nick-test/<project_specific>/vcpkg/custom_triplets --triplet x64-linux hidapi
I get the following output:
The following packages will be built and installed:
hidapi[core]:x64-linux -> 0.10.1
...
Target 'linux' not supported by hidapi!
Please ensure you're using the latest portfiles with `./vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: hidapi:x64-linux
Vcpkg version: 2021-01-13-unknownhash
Could the hidapi:x64-linux combination be added to the hidapi port?
I am trying to install the hidapi port on Linux Debian 10 for some project.
The output of
uname -ais:When I try to run:
I get the following output:
Could the hidapi:x64-linux combination be added to the hidapi port?