Skip to content

Commit

Permalink
Added ftd2xx.dll to list of files to copy out
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Hempel committed Sep 29, 2024
1 parent 8406ab4 commit 0363571
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions knowledge/compiling-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ your choosing:
# Optional - strip the executable to minimize it
strip src/blackmagic.exe

cp src/blackmagic.exe /c/path/to/project
cp /ucrt64/bin/libusb-1.0.dll /c/path/to/project
cp /ucrt64/bin/libhidapi-0.dll /c/path/to/project
cp src/blackmagic.exe /c/path/to/project
cp 3rdparty/ftdi/amd64/ftd2xx.dll /c/path/to/project
cp /ucrt64/bin/libusb-1.0.dll /c/path/to/project
cp /ucrt64/bin/libhidapi-0.dll /c/path/to/project
```

Note: The file paths above assume you are still in the MSYS2 UCRT64 prompt.
Expand Down

0 comments on commit 0363571

Please sign in to comment.