diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-20 19:40:29 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-20 19:40:29 +0200 |
commit | 72bb1b1166675d421a724b1382f0a2e39a51a197 (patch) | |
tree | 57a522e85e9dad1d51173245dafabcca2ec08ba8 /INSTALL | |
parent | f6fa45e2898cc965dd8f214ae8125dddd6f82b38 (diff) | |
download | sciteco-72bb1b1166675d421a724b1382f0a2e39a51a197.tar.gz |
updated minimum required Scintilla version to 3.4.2 and Scinterm to v1.3
* this allows us to remove the last patch to the Scintilla/Scinterm code
base (for the time being at least)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -16,10 +16,10 @@ 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: https://launchpad.net/~robin-haberkorn/+archive/sciteco - * Scintilla (v3.3.7 or later): + * Scintilla (v3.4.2 to v3.4.4): http://www.scintilla.org/ * Curses interface: - * Scinterm (v1.2 or later): + * Scinterm (v1.3 or later): http://foicica.com/scinterm/ * NCurses (http://www.gnu.org/software/ncurses/), PDCurses/XCurses (http://pdcurses.sourceforge.net/) or @@ -84,7 +84,7 @@ from a source bundle: Usually you unpack Scinterm into a subdirectory of Scintilla and run make... * But before that, apply the patches contained in the SciTECO - sources: patches/*.patch + sources if there are any: patches/*.patch For instance: # cd ~/scintilla # for patch in SCITECO_PATH/patches/*.patch; do |