diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2025-11-08 18:47:51 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2025-11-11 19:28:45 +0100 |
| commit | 690e60cd74c44ed1e2d21b27e3152856845ead28 (patch) | |
| tree | 4a11dff3cec93315170c0caf9a0540c80aef8b75 /README.adoc | |
| parent | a7ff9f220db0785e88a6013d286b5f6b92f71693 (diff) | |
| download | fiv-690e60cd74c44ed1e2d21b27e3152856845ead28.tar.gz fiv-690e60cd74c44ed1e2d21b27e3152856845ead28.tar.xz fiv-690e60cd74c44ed1e2d21b27e3152856845ead28.zip | |
Build an application bundle on macOSorigin/masterorigin/HEAD
This is far from done, but nonetheless constitutes a big improvement.
macOS application bundles are more or less necessary for:
- showing a nice icon;
- having spawned off instances actually be brought to the foreground;
- file associations (yet files currently do not open properly);
- having a reasonable method of distribution.
Also resolving a bunch of minor issues:
- The context menu had duplicate items,
and might needlessly end up with (null) labels.
Diffstat (limited to 'README.adoc')
| -rw-r--r-- | README.adoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 46740eb..8994759 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ fiv === 'fiv' is a slightly unconventional, general-purpose image browser and viewer -for Linux and Windows (macOS still has major issues). +for Linux and Windows (macOS also kind of works). image::docs/fiv.webp["Screenshot of both the browser and the viewer"] @@ -91,6 +91,14 @@ _mingw-w64-lcms2_ with the following change: sed -i 's/meson setup /&-Dfastfloat=true /' PKGCONFIG +macOS +~~~~~ +Support for this operating system isn't as good. +If you install Homebrew, you can get an application bundle with: + + $ sh -e macos-configure.sh builddir + $ meson install -C builddir + Documentation ------------- For information concerning usage, refer to link:docs/fiv.html[the user guide], |
