aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-04-08 20:05:08 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-04-08 20:05:08 -0400
commit238f53ecee442073fbcc615ea58fecec9621d77f (patch)
tree5ed219e94c4646b7aa9d8744738a3ac431fb6181
parent469ab58856f356fc32f3d101f228de43e615767c (diff)
downloadtextadept-238f53ecee442073fbcc615ea58fecec9621d77f.tar.gz
textadept-238f53ecee442073fbcc615ea58fecec9621d77f.zip
Debian GTK development library is libgtk2.0-dev; doc/manual/3_Compiling.md
Thanks to Rob Gieseke.
-rw-r--r--doc/manual/3_Compiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/3_Compiling.md b/doc/manual/3_Compiling.md
index acd874d3..afbe952d 100644
--- a/doc/manual/3_Compiling.md
+++ b/doc/manual/3_Compiling.md
@@ -8,7 +8,7 @@ The requirements for building Textadept are not quite so minimal.
Linux systems will need the GTK+ development libraries. Your package manager
should allow you to install them. For Debian-based distributions, the package is
-typically called `gtk2.0-dev`. Otherwise, compile and install it from the
+typically called `libgtk2.0-dev`. Otherwise, compile and install it from the
[GTK+ website][GTK-Linux]. Additionally you will need the [GNU C compiler][GCC]
(`gcc`) and [GNU Make][Make] (`make`). Both should be available for your Linux
distribution through its package manager.