aboutsummaryrefslogtreecommitdiff
path: root/doc/02_Installation.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
commit39ee8c120e62331c2d31846a18086efd059f5709 (patch)
tree64a2d66f93f43281eacd65b21cb0868e99542852 /doc/02_Installation.md
parent28b1bccb2ed38faacfcc77674081db207c32cf89 (diff)
downloadtextadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz
textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip
Updated manual.
Diffstat (limited to 'doc/02_Installation.md')
-rw-r--r--doc/02_Installation.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/02_Installation.md b/doc/02_Installation.md
index a631e715..7bf3b11f 100644
--- a/doc/02_Installation.md
+++ b/doc/02_Installation.md
@@ -6,8 +6,8 @@ In its bid for minimalism, Textadept also needs very little to run. The GUI
version needs only [GTK+][], a cross-platform GUI toolkit, version 2.18 or later
on Linux and BSD systems. A GTK+ runtime is already bundled into the Windows
and Mac OSX packages. Textadept also has its own [copy of Lua][]. The terminal
-version of Textadept requires [ncurses][]. This dependency is only necessary if
-you wish to run the editor from a terminal.
+(ncurses) version of Textadept requires [ncurses][], but that dependency is only
+necessary if you wish to run the editor from a terminal.
[GTK+]: http://gtk.org
[copy of Lua]: 11_Scripting.html#Lua.Configuration
@@ -20,9 +20,10 @@ available through your package manager. Otherwise, compile and install it from
the [GTK+ website][].
The GUI versions of Textadept in the Linux binary downloads require GLib version
-2.28 or later to support single-instance functionality. You can compile
-Textadept with earlier versions of GLib down to 2.22. For reference, Ubuntu
-11.04, Debian Wheezy, Fedora 15, and openSUSE 11.4 support GLib 2.28 or later.
+2.28 or later to support [single-instance](#Single.Instance) functionality. You
+can compile Textadept with earlier versions of GLib down to 2.22. For reference,
+Ubuntu 11.04, Debian Wheezy, Fedora 15, and openSUSE 11.4 support GLib 2.28 or
+later.
Most Linux and BSD systems already have ncurses installed. If not, look for it in
your package manager, or compile and install it from the [ncurses website][].