diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 11:36:31 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 16:10:04 +0200 |
commit | 1a163bdb8b4878f456fb04b33978a92f3fcd8e91 (patch) | |
tree | 52d44049003bc1a338244282f8f77a1b4eaf6f47 /README.adoc | |
parent | cf19f8287547c523f65879b9e9477950c81a9eed (diff) | |
download | fiv-1a163bdb8b4878f456fb04b33978a92f3fcd8e91.tar.gz fiv-1a163bdb8b4878f456fb04b33978a92f3fcd8e91.tar.xz fiv-1a163bdb8b4878f456fb04b33978a92f3fcd8e91.zip |
Resolve a few issues with MSYS2 cross-builds
- Fix launching of subprocesses (missing gspawn helpers).
- Discard unused GSettings schemas.
- Make the program find its user guide.
- Bundle a somewhat suboptimal version of ExifTool.
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 031b110..2dc1464 100644 --- a/README.adoc +++ b/README.adoc @@ -63,7 +63,7 @@ dependencies listed at the beginning of 'msys2-cross-configure.sh', plus rsvg-convert from librsvg2, and icotool from icoutils. Beware that the build will take up close to a gigabyte of disk space. - $ sh msys2-cross-configure.sh builddir + $ sh -e msys2-cross-configure.sh builddir $ meson install -C builddir If everything succeeds, you will find a portable build of the application |