Skip to content

Commit

Permalink
[squashme] Add note about posix config for win32 building
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Feb 24, 2024
1 parent a07425d commit 0c73e52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ To build executables for Windows 32-bit, install the following dependencies:

sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev

Then build using:
Ensure that this toolchain can build for `posix` (else you may have compilation errors for Dogecoin's dependencies):

sudo update-alternatives --config i686-w64-mingw32-g++

Choose the `posix` option (instead of `auto` or `win32`), and continue. Then build using:

cd depends
make HOST=i686-w64-mingw32
Expand All @@ -150,7 +154,7 @@ Then build using:

## Depends system

For further documentation on the depends system see [README.md](../depends/README.md) in the depends directory.
For further documentation on the depends system see [README.md](../depends/README.md) in the `depends/` directory.

Installation
-------------
Expand Down

0 comments on commit 0c73e52

Please sign in to comment.