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
|
git submodule update --recursive --remote daemon lrc client-windows
|
||||||
```
|
```
|
||||||
|
|
||||||
web install qt<qt_version> for msvc2017_64 + qwebengine
|
+ Web install qt<qt_version> for msvc2017_64 + qwebengine
|
||||||
vs package install qt vs tools + configure for qt_version
|
|
||||||
install chocolatey from admin cmd
|
+ VS package install qt vs tools + configure for qt_version
|
||||||
run 'choco install -y 7zip git unzip wget curl'
|
|
||||||
web install msys2 64 bit
|
+ Install chocolatey from admin cmd
|
||||||
pacman -S make ; pacman -S gcc ; pacman -S perl ; pacman -S diffutils
|
|
||||||
install yasm.exe(Win64 version) in C:\msys64\usr\bin\
|
+ Run 'choco install -y 7zip git unzip wget curl'
|
||||||
install gas-preprocessor.pl in C:\msys64\usr\bin\
|
|
||||||
|
+ 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**
|
**Fetch and build LibRing's dependencies**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue