diff options
-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. |