mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-31 02:31:07 +00:00
doc: Add cmake help option in Windows build instructions
Used to display available configuration options, for consistency with recent changes in Unix build docs Co-authored-by: stickies-v <stickies-v@users.noreply.github.com>
This commit is contained in:
parent
33389f1144
commit
9577daa3b8
@ -50,6 +50,8 @@ CMake will put the resulting object files, libraries, and executables into a ded
|
|||||||
|
|
||||||
In the following instructions, the "Debug" configuration can be specified instead of the "Release" one.
|
In the following instructions, the "Debug" configuration can be specified instead of the "Release" one.
|
||||||
|
|
||||||
|
Run `cmake -B build -LH` to see the full list of available options.
|
||||||
|
|
||||||
### 4. Building with Static Linking with GUI
|
### 4. Building with Static Linking with GUI
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -49,6 +49,9 @@ Build using:
|
|||||||
|
|
||||||
gmake -C depends HOST=x86_64-w64-mingw32 # Append "-j N" for N parallel jobs.
|
gmake -C depends HOST=x86_64-w64-mingw32 # Append "-j N" for N parallel jobs.
|
||||||
cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
|
cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
|
||||||
|
|
||||||
|
Run `cmake -B build -LH` to see the full list of available options.
|
||||||
|
|
||||||
cmake --build build # Append "-j N" for N parallel jobs.
|
cmake --build build # Append "-j N" for N parallel jobs.
|
||||||
|
|
||||||
## Depends system
|
## Depends system
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user