mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02: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:
@@ -67,7 +67,6 @@ Build using:
|
|||||||
gmake -C depends HOST=x86_64-w64-mingw32 # Use "-j N" for N parallel jobs.
|
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 -B build --toolchain depends/x86_64-w64-mingw32/toolchain.cmake
|
||||||
cmake --build build # Use "-j N" for N parallel jobs.
|
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
|
## Depends system
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user