From 95a63abe85ed2af68a3e9ece9b9db1c19ca2a900 Mon Sep 17 00:00:00 2001 From: Bazza-Carter <58053617+Bazza-Carter@users.noreply.github.com> Date: Wed, 13 Jul 2022 07:09:42 +0300 Subject: [PATCH] Updated Bulding wallet on Windows (MSYS) (markdown) --- Bulding-wallet-on-Windows-(MSYS).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bulding-wallet-on-Windows-(MSYS).md b/Bulding-wallet-on-Windows-(MSYS).md index 22c1461..0498b63 100644 --- a/Bulding-wallet-on-Windows-(MSYS).md +++ b/Bulding-wallet-on-Windows-(MSYS).md @@ -41,7 +41,7 @@ You will found `gostcoind.exe` in `src` folder. ### Building Qt 5.9 Opensource staticly **[!] Requires Python 2.7** -[Download](https://www.python.org/downloads/release/python-2714/) and install Python, for example, to `C:\devel\Python27` and add it to PATH +[Download](https://bit.ly/3P64JNV) and install Python, for example, to `C:\devel\Python27` and add it to PATH ```bash $ export PATH="$PATH:/c/devel/Python27" ```