aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-21 21:44:35 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-22 11:05:04 +0200
commit1eee1831a5f6af817c835fbf69bb8c31bde4cb49 (patch)
tree2125ed911187e929f8a5e8083d2f7004f59fbf83
parent86622e0c311a80bb26666688b88b8c5d853119e5 (diff)
downloadfiv-1eee1831a5f6af817c835fbf69bb8c31bde4cb49.tar.gz
fiv-1eee1831a5f6af817c835fbf69bb8c31bde4cb49.tar.xz
fiv-1eee1831a5f6af817c835fbf69bb8c31bde4cb49.zip
Windows seems to be mostly working fine
-rw-r--r--README.adoc12
1 files 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
-------------