From 0442e8233cead0d090efe4ce4b9068349c223933 Mon Sep 17 00:00:00 2001 From: Bjoern Kerler Date: Thu, 25 Jul 2024 10:28:57 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b15e2105..5bebdeba 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,21 @@ pip3 install -r requirements.txt - Test on device connect using "UsbDkController -n" if you see a device with 0x0E8D 0x0003 - Works fine under Windows 10 and 11 :D +#### Building wheel issues (creds to @Oyoh-Edmond) +##### Download and Install the Build Tools: + Go to the Visual Studio Build Tools [download](https://visualstudio.microsoft.com/visual-cpp-build-tools) page. + Download the installer and run it. + +###### Select the Necessary Workloads: + In the installer, select the "Desktop development with C++" workload. + Ensure that the "MSVC v142 - VS 2019 C++ x64/x86 build tools" (or later) component is selected. + You can also check "Windows 10 SDK" if it’s not already selected. + +###### Complete the Installation: + Click on the "Install" button to begin the installation. + Follow the prompts to complete the installation. + Restart your computer if required. + --------------------------------------------------------------------------------------------------------------- ### Use kamakiri (optional, only needed for mt6260 or older)