mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
doc: Add x86_64-w64-mingw32ucrt triplet to depends/README.md
This commit is contained in:
@@ -122,7 +122,8 @@ Common `host-platform-triplet`s for cross compilation are:
|
||||
|
||||
- `i686-pc-linux-gnu` for Linux x86 32 bit
|
||||
- `x86_64-pc-linux-gnu` for Linux x86 64 bit
|
||||
- `x86_64-w64-mingw32` for Win64
|
||||
- `x86_64-w64-mingw32` for Windows using MSVCRT
|
||||
- `x86_64-w64-mingw32ucrt` for Windows using UCRT
|
||||
- `x86_64-apple-darwin` for Intel macOS
|
||||
- `arm64-apple-darwin` for ARM macOS
|
||||
- `arm-linux-gnueabihf` for Linux ARM 32 bit
|
||||
@@ -144,10 +145,14 @@ proceeding with a cross-compile. Under the depends directory, create a
|
||||
subdirectory named `SDKs`. Then, place the extracted SDK under this new directory.
|
||||
For more information, see [SDK Extraction](../contrib/macdeploy/README.md#sdk-extraction).
|
||||
|
||||
#### For Win64 cross compilation
|
||||
#### For Windows cross compilation using MSVCRT
|
||||
|
||||
apt install g++-mingw-w64-x86-64-posix
|
||||
|
||||
#### For Windows cross compilation using UCRT
|
||||
|
||||
apt install g++-mingw-w64-ucrt64
|
||||
|
||||
#### For linux (including i386, ARM) cross compilation
|
||||
|
||||
Common linux dependencies:
|
||||
|
||||
Reference in New Issue
Block a user