1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-15 17:19:57 +00:00

Updated Bulding wallet on Windows (MSYS) (markdown)

Bazza-Carter 2022-07-13 07:09:42 +03:00
parent 4c4caaf68a
commit 95a63abe85

@ -41,7 +41,7 @@ You will found `gostcoind.exe` in `src` folder.
### Building Qt 5.9 Opensource staticly ### Building Qt 5.9 Opensource staticly
**[!] Requires Python 2.7** **[!] 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 ```bash
$ export PATH="$PATH:/c/devel/Python27" $ export PATH="$PATH:/c/devel/Python27"
``` ```