diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:04:14 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-18 05:04:14 +0100 |
commit | 7138c2611300612ecc0ce5b4cc204964b14be94d (patch) | |
tree | a76b77e92f937de1026502ba4b933c5d0995b400 /INSTALL | |
parent | 117c53eb21b8803c1891e1f0b51bb47f5de5928f (diff) | |
download | sciteco-7138c2611300612ecc0ce5b4cc204964b14be94d.tar.gz |
bumped release version to v0.6.4, updated ChangeLog and clarify libglib minimum version
* it was necessary to increase the upstream version so I could
upload new versions to launchpad while debugging PPA build issues.
* ChangeLog finalized for v0.6.4
* SciTECO requires at least libglib v2.28 (but that's only a guess)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ SciTECO Build and Runtime Dependencies ====================================== * Autotools, GNU C/C++ (v4.4 or later) or LLVM/gcc or LLVM/Clang - * Glib 2 as a cross-platform runtime library: + * Glib 2 as a cross-platform runtime library + (v2.28 or later on Unix, v2.34 or later for MinGW): https://developer.gnome.org/glib/ * When choosing the Curses interface: * NCurses (http://www.gnu.org/software/ncurses/), |