From 936cda9910d555d2592ee3e0398429839c247bc9 Mon Sep 17 00:00:00 2001 From: Phenom Date: Sun, 26 Apr 2020 11:57:20 +0200 Subject: [PATCH] Add some words for QtCreator and build batch to Win install guide. --- .../Windows-msys2/WindowsMSys2_InstallGuide.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md b/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md index 5d939d2de..2105112f1 100644 --- a/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md +++ b/build_scripts/Windows-msys2/WindowsMSys2_InstallGuide.md @@ -8,7 +8,15 @@ Requirements: about 12 GB of free space The resulting binary is a 32-bit build of Retroshare which will also work fine on a 64-bit system. -### MSYS2 INSTALLATION +**If you want to make complet solution without debugging it, prefer to use \build_scripts\Windows-msys2\build.bat** + +This batch will install and build all for you. + +You only have to clone this repository (with [git for windows](https://gitforwindows.org/)) to a local folder, then start it in a terminal. + +At the end, you'll get at ..\\*-msys2\deploy\ the Portable 7zip file. + +### MSYS2 INSTALLATION (for editing or debugging) Download MSYS2 from [MSYS2](http://www.msys2.org/). Get the i686 version if you run a 32-bit Windows or the x86_64 if you run a 64-bit Windows. @@ -49,6 +57,12 @@ Install all needed dependencies: pacman -S mingw32/mingw-w64-i686-cmake pacman -S mingw-w64-i686-rapidjson +If you want to use QtCreator as IDE, prefer using this one publish by MSYS2 as all build Kit are already setted. + + pacman -S mingw-w64-i686-qt-creator +*You can start it from MSYS2 terminal.* + + We're done installing MSYS2, close the shell terminal. ### BUILDING RETROSHARE