diff options
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], |
