From 1eee1831a5f6af817c835fbf69bb8c31bde4cb49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 21 Jun 2023 21:44:35 +0200 Subject: Windows seems to be mostly working fine --- README.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a06b97c..1d22cbe 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 (as well as macOS and Windows, though these have known issues). +for Linux and Windows (macOS still has major issues). image::docs/fiv.webp["Screenshot of both the browser and the viewer"] @@ -72,7 +72,15 @@ Beware that the build will take up about a gigabyte of disk space. $ 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. +in the 'builddir/package' subdirectory. No installer is provided yet. + +Faster colour management +^^^^^^^^^^^^^^^^^^^^^^^^ +To get the Little CMS fast float plugin, you'll have to enter MSYS2 and +https://www.msys2.org/wiki/Creating-Packages/#re-building-a-package[rebuild] +_mingw-w64-lcms2_ with the following change: + + sed -i 's/meson setup /&-Dfastfloat=true /' PKGCONFIG Documentation ------------- -- cgit v1.2.3