From 3a5ea83ba59ff49bbe31ffe1ae547d7652d8013f Mon Sep 17 00:00:00 2001 From: ko1N Date: Wed, 25 Nov 2020 19:42:58 +0100 Subject: [PATCH] Added FTD3XX.dll url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd0f5e..d908948 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Install the following build tools: - clang - libusb-1.0 (only required on linux) -On Windows you additionally need to supply the proprietary FTD3XX.dll. +On Windows you additionally need to supply the proprietary `FTD3XX.dll`. It can be downloaded from the [FTDI Website](https://www.ftdichip.com/Drivers/D3XX.htm) in the `Application Library (DLL)` column. On Linux you need to check-out and compile the `leechcore_ft601_driver_linux` project from the [LeechCore-Plugins](https://github.com/ufrisk/LeechCore-plugins) repository.