diff options
author | 2010-04-08 20:05:08 -0400 | |
---|---|---|
committer | 2010-04-08 20:05:08 -0400 | |
commit | 238f53ecee442073fbcc615ea58fecec9621d77f (patch) | |
tree | 5ed219e94c4646b7aa9d8744738a3ac431fb6181 /doc/manual/3_Compiling.md | |
parent | 469ab58856f356fc32f3d101f228de43e615767c (diff) | |
download | textadept-238f53ecee442073fbcc615ea58fecec9621d77f.tar.gz textadept-238f53ecee442073fbcc615ea58fecec9621d77f.zip |
Debian GTK development library is libgtk2.0-dev; doc/manual/3_Compiling.md
Thanks to Rob Gieseke.
Diffstat (limited to 'doc/manual/3_Compiling.md')
-rw-r--r-- | doc/manual/3_Compiling.md | 2 |
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. |