From c1afb89519e00a0b0fbe9eacb0c42d6704d9ce34 Mon Sep 17 00:00:00 2001 From: Mohamed Fenjiro Date: Wed, 27 Feb 2019 16:51:24 -0500 Subject: [PATCH] Update Build instructions --- technical/Build-instructions.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/technical/Build-instructions.md b/technical/Build-instructions.md index e0a74b8b..12a69336 100644 --- a/technical/Build-instructions.md +++ b/technical/Build-instructions.md @@ -398,16 +398,26 @@ git submodule update --init daemon lrc client-windows git submodule update --recursive --remote daemon lrc client-windows ``` -web install qt 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 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