diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-20 18:07:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-20 18:07:04 +0100 |
commit | 101a8685268a188d1bb3f86146f61a090d8ea888 (patch) | |
tree | 8f4ef5ef5b22ae9fb14de3fe2a68a367cfad927d /INSTALL | |
parent | ef04eaad307df4e6b0a6b4d713401df81ba5afc6 (diff) | |
download | sciteco-101a8685268a188d1bb3f86146f61a090d8ea888.tar.gz |
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.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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/ |