diff options
author | 2013-06-06 20:10:31 -0400 | |
---|---|---|
committer | 2013-06-06 20:10:31 -0400 | |
commit | bec61fec05205949062dcd190c93f55921cae7c2 (patch) | |
tree | 7a7323d111d654a07af6d0ab8b5d88497084fa19 /doc/12_Compiling.md | |
parent | c2978eb29e9ce398ef690d62cf6c68b4e26a99cf (diff) | |
download | textadept-bec61fec05205949062dcd190c93f55921cae7c2.tar.gz textadept-bec61fec05205949062dcd190c93f55921cae7c2.zip |
Fixed broken GTK links; doc/12_Compiling.md
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r-- | doc/12_Compiling.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md index 4a3dbd5e..b285ebc1 100644 --- a/doc/12_Compiling.md +++ b/doc/12_Compiling.md @@ -29,7 +29,7 @@ users _also_ need "libncursesw5-dev".) [GNU C compiler]: http://gcc.gnu.org [GNU Make]: http://www.gnu.org/software/make/ [libiconv]: http://www.gnu.org/software/libiconv/ -[GTK+ website]: http://www.gtk.org/download/linux.html +[GTK+ website]: http://www.gtk.org/download/linux.php [ncurses website]: http://invisible-island.net/ncurses/#download_ncurses ### Windows @@ -44,7 +44,7 @@ The preferred way to compile for Windows is cross-compiling from Linux. To do so, in addition to the GTK+ and/or curses bundles mentioned above, you need [MinGW][] with the Windows header files. Your package manager should offer them. -[GTK+ for Windows bundle]: http://www.gtk.org/download/win32.html +[GTK+ for Windows bundle]: http://www.gtk.org/download/win32.php [libiconv for Windows]: http://gnuwin32.sourceforge.net/packages/libiconv.htm [win32curses bundle]: download/win32curses.zip [MinGW]: http://mingw.org |