diff options
author | 2012-10-17 13:07:18 -0400 | |
---|---|---|
committer | 2012-10-17 13:07:18 -0400 | |
commit | 39ee8c120e62331c2d31846a18086efd059f5709 (patch) | |
tree | 64a2d66f93f43281eacd65b21cb0868e99542852 /doc/02_Installation.md | |
parent | 28b1bccb2ed38faacfcc77674081db207c32cf89 (diff) | |
download | textadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip |
Updated manual.
Diffstat (limited to 'doc/02_Installation.md')
-rw-r--r-- | doc/02_Installation.md | 11 |
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][]. |