From 101a8685268a188d1bb3f86146f61a090d8ea888 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 20 Nov 2022 18:07:04 +0100 Subject: bumped required PDCursesMod version to v4.3.4 or later * allows us to get rid of some workarounds * the workarounds themselves required relatively recent PDCursesMod versions, so we can just as well bump the version yet another time. We are probably the only ones building it (via Github actions) anyway. * With v4.3.4 you should be able to link dynamically, but we are still linking statically for nightly builds to keep binary sizes small. Unfortunately, the glib builds shipping with MinGW still have dynamically linked helper executables. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index a8b1264..cd2f10e 100644 --- a/INSTALL +++ b/INSTALL @@ -26,12 +26,12 @@ SciTECO Build and Runtime Dependencies I recommend ncurses 6.0 or later. * NetBSD Curses (https://github.com/sabotage-linux/netbsd-curses). This is the default on NetBSD. + * PDCursesMod v4.3.4 or later (https://github.com/Bill-Gray/PDCursesMod.git). + This is the recommended flavor of PDCurses to use. + * PDCurses/EMCurses (https://github.com/rhaberkorn/emcurses). * PDCurses/XCurses (http://pdcurses.sourceforge.net/). Note that XCurses v3.4 appears to be broken, you may have to build from PDCurses Git instead. - * PDCursesMod (https://github.com/Bill-Gray/PDCursesMod.git). - I recommend v4.3.2 or later. - * PDCurses/EMCurses (https://github.com/rhaberkorn/emcurses). * other curses implementations might work as well but are untested * When choosing the GTK interface: * GTK+ v3.12 or later: http://www.gtk.org/ -- cgit v1.2.3