]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-msys2: Update README.
authorUwe Hermann <redacted>
Tue, 2 Oct 2018 20:19:24 +0000 (22:19 +0200)
committerUwe Hermann <redacted>
Wed, 3 Oct 2018 14:10:46 +0000 (16:10 +0200)
cross-compile/msys2/README

index 95a6db013bc7c60da240c746f6c7d4d013d69894..fb69c88d56c361011b3b14d594b92ae5c82e4dc7 100644 (file)
@@ -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
 
   $ 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:
 
 
 Install the MSYS2 git package there:
 
@@ -53,7 +53,10 @@ Building
 
 Per default it will install the compiled packages in:
 
 
 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.
 
 
 Please edit the script if you want to change any settings.