aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-12-07 19:00:52 -0600
committerluigi1111 <luigi1111w@gmail.com>2018-12-07 19:00:52 -0600
commitb5c7811ddee10efda6430fd48355dd0be43c4bbe (patch)
treed74d23392029bd3af35bfb2d1ae56d8b5daca4a0
parent4a6762a4274d9cf044f2d9e390f981d493d7b6c9 (diff)
parenta4efe92e6dc62d61ceb9bc45b1dd02c1f3f38dc6 (diff)
downloadmonzero-gui-b5c7811ddee10efda6430fd48355dd0be43c4bbe.tar.gz
monzero-gui-b5c7811ddee10efda6430fd48355dd0be43c4bbe.tar.xz
monzero-gui-b5c7811ddee10efda6430fd48355dd0be43c4bbe.zip
Merge pull request #1784
a4efe92 readme: Add zbar pacman command to windows compile instructions (mmbyday)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f26393a3..a0abe524 100644
--- a/README.md
+++ b/README.md
@@ -194,6 +194,12 @@ The Monero GUI on Windows is 64 bits only; 32-bit Windows GUI builds are not off
pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi
```
+ Optional : To build the flag `WITH_SCANNER`
+
+ ```
+ pacman -S mingw-w64-x86_64-zbar
+ ```
+
You find more details about those dependencies in the [Monero documentation](https://github.com/monero-project/monero). Note that that there is no more need to compile Boost from source; like everything else, you can install it now with a MSYS2 package.
4. Install Qt5