blob: 8d6fc710def8ed9d84cb96bb41a08f5418a8f97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Installation
## Requirements
In its bid for minimalism, Textadept also needs very little to run. In fact, the
only thing it needs is [GTK+ 2.0][GTK2] >= 2.16. Textadept has it's own version
of Lua compiled in.
#### Linux
Most Linux systems already have GTK+ installed. If not, it is probably available
through your package manager. Otherwise, compile and install it from the
[GTK+ website][GTK-Linux].
[GTK2]: http://gtk.org
[GTK-Linux]: http://www.gtk.org/download-linux.html
#### Mac OSX
Prior to 3.5, the GTK+ [Mac OSX Framework][GTK-OSX] was needed. Newer versions
are all-inclusive and do not require anything.
[GTK-OSX]: http://code.google.com/p/textadept/downloads/detail?name=Gtk-Framework-2.14.3-2-test1.dmg
Note that Textadept is designed for Intel Leopard+ Macs.
#### Windows
Windows systems need the [GTK+ 2.0 Runtime][GTK-Runtime] installed.
[GTK-Runtime]: http://sourceforge.net/projects/gtk-win/
## Download
Textadept can be downloaded from the [project page][Download]. Select the
appropriate package for your platform.
[Download]: http://textadept.googlecode.com/
## Installation
#### Linux and Windows
For Linux and Windows machines, simply unpack the archive anywhere and you are
ready to go.
#### Mac OSX
For Mac OSX machines, unpack the archive and move `textadept.app` to your user
or system `Applications` directory like any other application.
|