Make MSYS2 build instructions more prominent in the documentation.

This commit is contained in:
Martin Whitaker 2025-10-25 14:14:06 +01:00
parent b69cb8efda
commit e4b3f1bc69
1 changed files with 7 additions and 3 deletions

View File

@ -157,8 +157,8 @@ be updated to version 3. ::
Icarus Verilog is also available through the Homebrew package manager: "brew Icarus Verilog is also available through the Homebrew package manager: "brew
install icarus-verilog". install icarus-verilog".
Compiling for Windows Cross-Compiling for Windows
--------------------- ---------------------------
These are instructions for building Icarus Verilog binaries for These are instructions for building Icarus Verilog binaries for
Windows using mingw cross compiler tools on Linux. Windows using mingw cross compiler tools on Linux.
@ -186,4 +186,8 @@ bits that need to be compiled with the native compiler. (version.exe
for example is used by the build process but is not installed.) The for example is used by the build process but is not installed.) The
configure script should have gotten all that right. configure script should have gotten all that right.
There is also a MSYS2 build recipe which you can find under `msys2/` in the repository. Compiling for Windows using MSYS2
---------------------------------
There is a MSYS2 build recipe which you can find under `msys2/` in the
repository. The accompanying README file provides further details.