From 1f8e3f44a3479e142875998d128b5727cb558a1e Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Mon, 16 Jan 2023 12:04:12 +0800 Subject: [PATCH] update windows requirement for pake-cli --- bin/README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README_EN.md b/bin/README_EN.md index 14b246e..4371cf7 100644 --- a/bin/README_EN.md +++ b/bin/README_EN.md @@ -11,7 +11,7 @@ Also make sure that you're using a correct Node.js version `>=16 as 16.18.1`. If **Preparation before installation** - Check out the dependency guide provided by tauri(**very important**): [link](https://tauri.app/v1/guides/getting-started/prerequisites) - Check nodejs, rust version. -- For windows(at least installed `Win10 SDK (10.0.19041.0)` and `Visual Studio build tool 2022(>=17.2)` installed),additional installation is required: +- For windows(at least installed `Win10 SDK (10.0.19041.0)` and `Visual Studio build tool 2022(>=17.2)`),additional installation is required: 1. Microsoft Visual C++ 2015-2022 Redistributable (x64) 2. Microsoft Visual C++ 2015-2022 Redistributable (x86) 3. Microsoft Visual C++ 2012 Redistributable (x86) (optional)