From 37968dec6f101242028b1b1ace6d1dd2b1dbca92 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Tue, 9 May 2023 18:27:26 +0800 Subject: [PATCH] fix(windows): misc fix for user * some user bash env do not have wget.exe, all use base curl * some windows-git env have Bad address runtime issue, at Notice GitOrigin-RevId: 80c34276f402006f0a6c9e25ed96b3906210a23a --- scripts/cmake-build/BUILD_README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cmake-build/BUILD_README.md b/scripts/cmake-build/BUILD_README.md index de04c5cb3..933fbcfd4 100755 --- a/scripts/cmake-build/BUILD_README.md +++ b/scripts/cmake-build/BUILD_README.md @@ -52,7 +52,8 @@ But some dependencies need to be installed manually: 0: about all windows config * please check scripts/whl/windows/config.sh 1: install git (Windows GUI) - * download git-install.exe from https://git-scm.com/download/win + * download git-install.exe from https://github.com/git-for-windows/git/releases + * NOTICE: We find some version, which bigger than v2.35 may report: Bad address issue when run cmd.exe /C "dir", so we suggest install v2.34 * only need choose git-lfs component * install to default dir: /c/Program\ Files/Git 2: install cuda components (Windows GUI) if you want to build with CUDA -- GitLab