diff options
author | 2011-08-15 18:37:58 -0400 | |
---|---|---|
committer | 2011-08-15 18:37:58 -0400 | |
commit | d9016f0941b83d92200a227e57b0ca48920d0dae (patch) | |
tree | e02f154444d1397ae0229b6d332d1110eb539d7f /doc/manual | |
parent | 783720b663600388a9e9011cc5c1cf57ed89e3b8 (diff) | |
download | textadept-d9016f0941b83d92200a227e57b0ca48920d0dae.tar.gz textadept-d9016f0941b83d92200a227e57b0ca48920d0dae.zip |
Updated GTK download links; doc/manual/12_Compiling.md
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/12_Compiling.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/12_Compiling.md b/doc/manual/12_Compiling.md index a5ad4ed0..cf1e83c5 100644 --- a/doc/manual/12_Compiling.md +++ b/doc/manual/12_Compiling.md @@ -10,7 +10,7 @@ as running it. Linux systems need the GTK+ development libraries. Your package manager should allow you to install them. For Debian-based distributions like Ubuntu, the package is typically called `libgtk2.0-dev`. Otherwise, compile and install GTK -from the [GTK+ website](http://www.gtk.org/download-linux.html). Additionally +from the [GTK+ website](http://www.gtk.org/download/linux.html). Additionally you will need the [GNU C compiler](http://gcc.gnu.org) (`gcc`) and [GNU Make](http://www.gnu.org/software/make/) (`make`). Both should be available for your Linux distribution through its package manager. For example, Ubuntu @@ -20,8 +20,8 @@ includes these tools in the `build-essential` package. Compiling Textadept on Windows is no longer supported. If you wish to do so however, you need a C compiler that supports the C99 standard (Microsoft's does -not) and the [GTK+ for Windows bundle](http://www.gtk.org/download-windows.html) -(2.16 is recommended). +not) and the [GTK+ for Windows bundle](http://www.gtk.org/download/win32.html) +(2.22 is recommended). The preferred way to compile for Windows is cross-compiling from Linux. To do so, in addition to the GTK bundle mentioned above, you need |