diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 14:39:34 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 23:32:52 +0200 |
commit | 809304cbb3d6b5fa45d849712fc7288654687cb2 (patch) | |
tree | cacb7ab4df3e2c566ab630eb8f4978400b7b5eac /README.adoc | |
parent | 462428d0a26bad6900b1423817255b6dc9a9d1c7 (diff) | |
download | tdv-809304cbb3d6b5fa45d849712fc7288654687cb2.tar.gz tdv-809304cbb3d6b5fa45d849712fc7288654687cb2.tar.xz tdv-809304cbb3d6b5fa45d849712fc7288654687cb2.zip |
README: fix cross-building instructions
Copy-pasting and mental exhaustion do not go well together.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 16e617b..d6bfc50 100644 --- a/README.adoc +++ b/README.adoc @@ -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 dependencies take up almost a gigabyte of disk space. - $ sh cmake/Win64Depends.cmake + $ sh cmake/Win64Depends.sh $ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \ -DCMAKE_BUILD_TYPE=Release -B build $ cmake --build build -- package |