README: fix cross-building instructions
Copy-pasting and mental exhaustion do not go well together.
This commit is contained in:
parent
462428d0a2
commit
809304cbb3
|
@ -61,7 +61,7 @@ for Windows. It isn't particularly usable on that system, if only because
|
||||||
selection watching is a very X11/Wayland-specific feature. Beware that build
|
selection watching is a very X11/Wayland-specific feature. Beware that build
|
||||||
dependencies take up almost a gigabyte of disk space.
|
dependencies take up almost a gigabyte of disk space.
|
||||||
|
|
||||||
$ sh cmake/Win64Depends.cmake
|
$ sh cmake/Win64Depends.sh
|
||||||
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \
|
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release -B build
|
-DCMAKE_BUILD_TYPE=Release -B build
|
||||||
$ cmake --build build -- package
|
$ cmake --build build -- package
|
||||||
|
|
Loading…
Reference in New Issue