diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-26 17:42:52 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-26 17:42:52 +0300 |
commit | f525d8f09ec0e60effe70623a19c700a3a202db0 (patch) | |
tree | 5f342770c9f8cce8fe95de71d1f48543b4a3b9c4 /INSTALL | |
parent | fe26ef49fef38f63a790968aeefafd2abdaf757e (diff) | |
download | sciteco-f525d8f09ec0e60effe70623a19c700a3a202db0.tar.gz |
bumped minimum GCC version to v8.1
Scintilla v5.5.7 officially requires at least GCC v9, but if it's
only the charconv header that's required from newer releases, v8.1
will probably do as well. We assume so until proven wrong.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ SciTECO Build and Runtime Dependencies * Autotools and an UNIX-like environment * GNU Make * A GCC-compatible C11 and C++17 compiler, e.g. GNU C/C++ - (v5.0 or later) or LLVM/gcc or LLVM/Clang. + (v8.1 or later) or LLVM/gcc or LLVM/Clang. SciTECO itself does not require C++, but Scintilla does. * Glib 2 as a cross-platform runtime library (v2.44 or later): https://developer.gnome.org/glib/ |