From b62f7361467f1d451180831da3c286503379f43a Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 12 Feb 2015 02:13:52 +0100 Subject: updated Scintilla to v3.5.2 and Scinterm to v1.5 the most noticable change is that a scroll-bar is displayed by default (Curses UI) * INSTALL instructions updated --- INSTALL | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 8344c21..6f87e30 100644 --- a/INSTALL +++ b/INSTALL @@ -32,10 +32,10 @@ These dependencies are bundled with the SciTECO Git repository and with source tar balls, so they usually do not have to be installed by the user manually: - * Scintilla (v3.5.0 to v3.5.1): + * Scintilla (v3.5.2): http://www.scintilla.org/ * When choosing the Curses interface: - * Scinterm (v1.4 or later): + * Scinterm (v1.5 or later): http://foicica.com/scinterm/ Building from Source Tar Ball or Repository @@ -57,6 +57,12 @@ Just make sure you have cloned your repository as follows: $ cd sciteco/ $ git submodule update --init --recursive +If you already have a Git clone of the SciTECO repository and +want to update it, you should issue the following commands: + + $ git pull + $ git submodule update --recursive + When building from Git, you must first generate the ./configure script using Autoconf/Automake: @@ -90,8 +96,8 @@ To install SciTECO, type something like: $ sudo make install -You are recommended to use the included "teco.ini" as a starting point -for your profile, so copy it to your $HOME directory at "~/.teco_ini". +You are recommended to use the included "sample.teco_ini" as a starting +point for your profile, so copy it to your $HOME directory at "~/.teco_ini". For more details on building Autoconf-based projects refer to the remainder of this document which covers installing Autoconf-based -- cgit v1.2.3