aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-18 05:04:14 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-03-18 05:04:14 +0100
commit7138c2611300612ecc0ce5b4cc204964b14be94d (patch)
treea76b77e92f937de1026502ba4b933c5d0995b400 /INSTALL
parent117c53eb21b8803c1891e1f0b51bb47f5de5928f (diff)
downloadsciteco-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--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6f87e30..dd19998 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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/),