aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/2_Installation.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-25 23:34:13 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-25 23:34:13 -0400
commit033416a15fe60fe10387119e0e63bb9ed9e8aedd (patch)
tree31bc4d91e15b484c336eadf25c0008f7bd17facc /doc/manual/2_Installation.md
parentb9e5e58446c95344b550c0a6ab91aa57ee9468ef (diff)
downloadtextadept-033416a15fe60fe10387119e0e63bb9ed9e8aedd.tar.gz
textadept-033416a15fe60fe10387119e0e63bb9ed9e8aedd.zip
Documentation overhaul.
Diffstat (limited to 'doc/manual/2_Installation.md')
-rw-r--r--doc/manual/2_Installation.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/manual/2_Installation.md b/doc/manual/2_Installation.md
new file mode 100644
index 00000000..e83805d8
--- /dev/null
+++ b/doc/manual/2_Installation.md
@@ -0,0 +1,49 @@
+# 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]. It 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].
+
+#### Mac OSX
+
+There is a GTK+ [Mac OSX Framework][GTK-OSX] available in contrast to using GTK+
+from Fink or DarwinPorts/MacPorts in conjuction with X11. You will need to get
+the [latest TESTING framework][GTK-OSX-Latest] that supports versioning. Note
+that Textadept is designed for Intel Leopard Macs.
+
+#### Windows
+
+Windows systems need the [GTK+ 2.0 Runtime][GTK-Runtime] installed.
+
+[GTK2]: http://gtk.org
+[GTK-Linux]: http://www.gtk.org/download-linux.html
+[GTK-OSX]: http://gtk-osx.org
+[GTK-OSX-Latest]: http://people.imendio.com/richard/stuff/Gtk-Framework-2.14.3-2-test1.dmg
+[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.