From 690e60cd74c44ed1e2d21b27e3152856845ead28 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sat, 8 Nov 2025 18:47:51 +0100 Subject: Build an application bundle on macOS 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. --- README.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.adoc') 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], -- cgit v1.2.3-70-g09d2