diff options
author | 2010-11-19 17:46:46 -0500 | |
---|---|---|
committer | 2010-11-19 17:46:46 -0500 | |
commit | 1f3bbef0357b89f82a65d1e67caa1980eee3f40b (patch) | |
tree | af6168f0db9cad024c37e39839fd18193d825a81 /doc/manual/2_Installation.md | |
parent | 9309bf0090968be7b1c0fea82c361e32c7d51ad3 (diff) | |
download | textadept-1f3bbef0357b89f82a65d1e67caa1980eee3f40b.tar.gz textadept-1f3bbef0357b89f82a65d1e67caa1980eee3f40b.zip |
Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.
Diffstat (limited to 'doc/manual/2_Installation.md')
-rw-r--r-- | doc/manual/2_Installation.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/manual/2_Installation.md b/doc/manual/2_Installation.md index 05a548c0..8d6fc710 100644 --- a/doc/manual/2_Installation.md +++ b/doc/manual/2_Installation.md @@ -12,21 +12,22 @@ 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
-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.
+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.
-[GTK2]: http://gtk.org
-[GTK-Linux]: http://www.gtk.org/download-linux.html
-[GTK-OSX]: http://gtk-osx.org
-[GTK-OSX-Latest]: http://code.google.com/p/textadept/downloads/detail?name=Gtk-Framework-2.14.3-2-test1.dmg
[GTK-Runtime]: http://sourceforge.net/projects/gtk-win/
## Download
|