mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc: Drop ctest
command from Windows cross-compiling instructions
The ctest command was added hastily without considering the requirement of Wine, which is generally not trivial to install.
This commit is contained in:
parent
73b618582d
commit
b2a6f545b4
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ Build using:
|
|||
gmake -C depends HOST=x86_64-w64-mingw32 # Use "-j N" for N parallel jobs.
|
||||
cmake -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
|
||||
cmake --build build # Use "-j N" for N parallel jobs.
|
||||
ctest --test-dir build # Use "-j N" for N parallel tests. Some tests are disabled if Python 3 is not available.
|
||||
|
||||
## Depends system
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue