aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-13 00:10:00 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-19 20:46:07 +0300
commit35a677c4f446a8d00fadc1e113fce043d59ebd57 (patch)
tree1239c4a8533a2506593a0076812d4609427fb3d1
parent05046a5f21711fc049300b123d2f4b49f185a1d9 (diff)
downloadmonzero-gui-35a677c4f446a8d00fadc1e113fce043d59ebd57.tar.gz
monzero-gui-35a677c4f446a8d00fadc1e113fce043d59ebd57.tar.xz
monzero-gui-35a677c4f446a8d00fadc1e113fce043d59ebd57.zip
Windows build documentation in progress
-rw-r--r--README.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.md b/README.md
index 072c29b9..6c506cc6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-# Monero Core
Copyright (c) 2014-2016, The Monero Project
@@ -144,4 +143,22 @@ TODO
### 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
+ ```