mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #1784
a4efe92
readme: Add zbar pacman command to windows compile instructions (mmbyday)
This commit is contained in:
commit
b5c7811dde
1 changed files with 6 additions and 0 deletions
|
@ -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
|
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.
|
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
|
4. Install Qt5
|
||||||
|
|
Loading…
Reference in a new issue