aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-12 02:13:52 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-12 02:13:52 +0100
commitb62f7361467f1d451180831da3c286503379f43a (patch)
treee45d1d263ad68aaebd335772da4bed7a625ca5c9 /INSTALL
parente7d275367c8f0ecbe7a47b00efa1d42c84ce09de (diff)
downloadsciteco-b62f7361467f1d451180831da3c286503379f43a.tar.gz
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
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 10 insertions, 4 deletions
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