diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-10 18:11:05 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-11 00:19:59 +0200 |
commit | cf19f8287547c523f65879b9e9477950c81a9eed (patch) | |
tree | c6be8ae4f6e0b24da953633d5cae77c8b91e5cb1 /README.adoc | |
parent | 9c9453172a3941b6e43ceac0f86ecd96ead1ffb2 (diff) | |
download | fiv-cf19f8287547c523f65879b9e9477950c81a9eed.tar.gz fiv-cf19f8287547c523f65879b9e9477950c81a9eed.tar.xz fiv-cf19f8287547c523f65879b9e9477950c81a9eed.zip |
Automate Windows builds, add icons to executables
Scripts have been ported from sdtui, and adjusted for Meson.
The port is broken through and through on WINE,
but sort-of works natively.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 13d92ba..031b110 100644 --- a/README.adoc +++ b/README.adoc @@ -56,6 +56,19 @@ direct installations via `ninja install`. To test the program: The lossless JPEG cropper is intended to be invoked from a context menu. +Windows +~~~~~~~ +'fiv' can be cross-compiled for Windows, provided that you install a bunch of +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 + $ meson install -C builddir + +If everything succeeds, you will find a portable build of the application +in the 'builddir/package' subdirectory. Keep your expectations low. + Documentation ------------- For information concerning usage, refer to link:docs/fiv.html[the user guide], |