mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-22 03:15:52 +01:00
doc: fixed formatting issues
This commit is contained in:
parent
7827417301
commit
653e5f13ed
16
README.md
16
README.md
@ -150,17 +150,17 @@ TODO
|
||||
pacman -S git
|
||||
```
|
||||
4. Install Qt5:
|
||||
- if you need to build x86 application, install:
|
||||
- if you need to build x86 application, install:
|
||||
|
||||
```
|
||||
pacman -S mingw-w64-i686-qt5
|
||||
```
|
||||
```
|
||||
pacman -S mingw-w64-i686-qt5
|
||||
```
|
||||
|
||||
- if you need to build x64 application, install:
|
||||
- if you need to build x64 application, install:
|
||||
|
||||
```
|
||||
pacman -S mingw-w64-x86_64-qt5
|
||||
```
|
||||
```
|
||||
pacman -S mingw-w64-x86_64-qt5
|
||||
```
|
||||
5. Open ```mingw``` shell. MSYS2 will install start menu items for both mingw32 and mingw64 environments, so
|
||||
you need to open appropriate one:
|
||||
```%MSYS_ROOT%\msys2_shell.cmd -mingw32``` for x86 targed
|
||||
|
Loading…
Reference in New Issue
Block a user