Update Build instructions
This commit is contained in:
parent
2fc3d5d8a5
commit
c1afb89519
|
@ -398,16 +398,26 @@ git submodule update --init daemon lrc client-windows
|
|||
git submodule update --recursive --remote daemon lrc client-windows
|
||||
```
|
||||
|
||||
web install qt<qt_version> for msvc2017_64 + qwebengine
|
||||
vs package install qt vs tools + configure for qt_version
|
||||
install chocolatey from admin cmd
|
||||
run 'choco install -y 7zip git unzip wget curl'
|
||||
web install msys2 64 bit
|
||||
pacman -S make ; pacman -S gcc ; pacman -S perl ; pacman -S diffutils
|
||||
install yasm.exe(Win64 version) in C:\msys64\usr\bin\
|
||||
install gas-preprocessor.pl in C:\msys64\usr\bin\
|
||||
+ Web install qt<qt_version> for msvc2017_64 + qwebengine
|
||||
|
||||
+ VS package install qt vs tools + configure for qt_version
|
||||
|
||||
+ Install chocolatey from admin cmd
|
||||
|
||||
+ Run 'choco install -y 7zip git unzip wget curl'
|
||||
|
||||
+ Web install msys2 64 bit
|
||||
|
||||
```bash
|
||||
pacman -S make ; pacman -S gcc ; pacman -S perl ; pacman -S diffutils
|
||||
```
|
||||
|
||||
+ Install yasm.exe(Win64 version) in C:\msys64\usr\bin\
|
||||
|
||||
+ Install gas-preprocessor.pl in C:\msys64\usr\bin\
|
||||
|
||||
+ Web install strawberry perl
|
||||
|
||||
web install strawberry perl
|
||||
**Fetch and build LibRing's dependencies**
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue