From 55b4888064e2bc29bcdd0c95567b80719b3fb2d0 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Sun, 5 Jul 2020 12:57:13 +0200 Subject: [PATCH] Mention FLTK version in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4abd756..32e69bb 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ This is a software package that will compile and install multiple executables: * Can be deactivated (see below) `-Djackpatch=false` * `nsm-legacy-gui`, Legacy GUI for the user * Formerly known as "non-session-manager" - * Dependencies are `FLTK` and `liblo`, the OSC library. + * Dependencies are `FLTK`>=v1.3.0 and `liblo`, the OSC library. * Can be deactivated (see below) `-Dlegacy-gui=false` * `nsm-proxy`, NSM GUI Client to run any program without direct NSM support - * Dependencies are `FLTK`, `fluid` (FLTK Editor/compiler, maybe in the same package as FLTK, maybe not) and `liblo`, the OSC library. + * Dependencies are `FLTK`>=v1.3.0, `fluid` (FLTK Editor/compiler, maybe in the same package as FLTK, maybe not) and `liblo`, the OSC library. * Can be deactivated (see below) `-Dnsm-proxy=false`