mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Windows build documentation in progress
This commit is contained in:
parent
05046a5f21
commit
35a677c4f4
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
@ -1,4 +1,3 @@
|
||||||
# Monero Core
|
|
||||||
|
|
||||||
Copyright (c) 2014-2016, The Monero Project
|
Copyright (c) 2014-2016, The Monero Project
|
||||||
|
|
||||||
|
@ -144,4 +143,22 @@ TODO
|
||||||
|
|
||||||
### On Windows:
|
### On Windows:
|
||||||
|
|
||||||
TODO
|
1. Install [msys2](http://msys2.github.io/), follow the instructions on that page on how to update packages to the latest versions
|
||||||
|
2. Install monero dependencies as described in [monero documentation](https://github.com/monero-project/monero)
|
||||||
|
3. Install git:
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S git
|
||||||
|
```
|
||||||
|
4. Install Qt5:
|
||||||
|
- if you need to build x86 application, install:
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S mingw-w64-i686-qt5
|
||||||
|
```
|
||||||
|
|
||||||
|
- if you need to build x64 application, install:
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S mingw-w64-x86_64-qt5
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue