Skip to content

Instantly share code, notes, and snippets.

@albertmoravec
Last active October 4, 2020 20:46
Show Gist options
  • Save albertmoravec/e40fe83194d71f55f9a6194975089328 to your computer and use it in GitHub Desktop.
Save albertmoravec/e40fe83194d71f55f9a6194975089328 to your computer and use it in GitHub Desktop.
How to install libftdi and libus libraries on Windows using vcpkg

1. Install vcpkg

> git clone https://github.com/microsoft/vcpkg
> .\vcpkg\bootstrap-vcpkg.bat
> .\vcpkg\vcpkg integrate install

2. Install libftdi and libusb (static - likely what you want)

> vcpkg install libftdi1:x64-windows-static-md libusb:x64-windows-static-md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment