From 42e38f72e31d7a5b4bfc9fe80b100596b9c005c5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 2 Oct 2018 22:19:24 +0200 Subject: [PATCH] sigrok-native-msys2: Update README. --- cross-compile/msys2/README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cross-compile/msys2/README b/cross-compile/msys2/README index 95a6db0..fb69c88 100644 --- a/cross-compile/msys2/README +++ b/cross-compile/msys2/README @@ -31,9 +31,9 @@ Then, perform the MSYS2 update procedure as per the documentation above. $ pacman -Syu # If needed, close MSYS2, run it again from Start menu. $ pacman -Su -Now close the shell and start an "MSYS2 MinGW 32-bit" shell (do NOT use the -"MSYS2 MSYS" shell, and do NOT use the "MSYS2 MinGW 64-bit" shell). All other -steps will always have to be performed in an "MSYS2 MinGW 32-bit" shell. +Now close the shell and start an "MSYS2 MinGW 64-bit" or "MSYS2 MinGW 32-bit" +shell (do NOT use the "MSYS2 MSYS" shell). All other steps will always have to +be performed in an "MSYS2 MinGW 62-bit" or "MSYS2 MinGW 32-bit" shell. Install the MSYS2 git package there: @@ -53,7 +53,10 @@ Building Per default it will install the compiled packages in: - $HOME/sr_msys2 + $HOME/sr_msys2_release_32 + +This depends on whether you're running the build in a "MSYS2 MinGW 64-bit" or +"MSYS2 MinGW 32-bit" shell, and whether you enabled debug builds or not. Please edit the script if you want to change any settings. -- 2.30.2