diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 14:15:20 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 14:15:20 +0200 |
commit | 4073749d3bd11d73290bc37904efd77b84272270 (patch) | |
tree | 5a18e0a9384efe3c22299af865c714c48f5dafb3 /README.adoc | |
parent | 2e684d2f4e663a5c7469d4b2b831b336af35126d (diff) | |
download | tdv-4073749d3bd11d73290bc37904efd77b84272270.tar.gz tdv-4073749d3bd11d73290bc37904efd77b84272270.tar.xz tdv-4073749d3bd11d73290bc37904efd77b84272270.zip |
Synchronize cross-compilation scripts
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 9f53f01..2f928af 100644 --- a/README.adoc +++ b/README.adoc @@ -62,7 +62,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.sh + $ sh -e cmake/Win64Depends.sh $ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \ -DCMAKE_BUILD_TYPE=Release -B build $ cmake --build build -- package |