aboutsummaryrefslogtreecommitdiff
path: root/doc/12_Compiling.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-07-15 23:00:27 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-07-15 23:00:27 -0400
commit8e0990f5e964711e7895064943ee5b22ff27efd9 (patch)
tree680351aefca51e234b82d359d1716a2e2748aeb4 /doc/12_Compiling.md
parenta592b83eb7d753c4334afd89d04f378ac41dcdd8 (diff)
downloadtextadept-8e0990f5e964711e7895064943ee5b22ff27efd9.tar.gz
textadept-8e0990f5e964711e7895064943ee5b22ff27efd9.zip
Include CDK directly instead of requiring it as a dependency.
Diffstat (limited to 'doc/12_Compiling.md')
-rw-r--r--doc/12_Compiling.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/12_Compiling.md b/doc/12_Compiling.md
index a0ff59db..2a3d0634 100644
--- a/doc/12_Compiling.md
+++ b/doc/12_Compiling.md
@@ -16,17 +16,19 @@ distribution through its package manager. For example, Ubuntu includes these
tools in the `build-essential` package.
If you would like to compile the terminal version of Textadept, you will need
-the ncurses and CDK development libraries. Similarly, they should be available
-from your package manager. For Debian-based distributions like Ubuntu, the
-packages are typically called `libncurses5-dev` and `libcdk5-dev`. Otherwise,
-compile and install them from their [respective][] [websites][]. BSD users will
-also need to have [libiconv][].
+the ncurses development library. Similarly, it should be available from your
+package manager. For Debian-based distributions like Ubuntu, the package is
+typically called `libncurses5-dev`. Otherwise, compile and install ncurses from
+the [ncurses website][]. Note: you should have a development version of ncurses
+compiled with "wide" (multibyte) character support installed. (Therefore, Debian
+users will also need `libncursesw5-dev`.)
+
+In addition, BSD users will need to have [libiconv][] installed.
[GTK+ website]: http://www.gtk.org/download/linux.html
[GNU C compiler]: http://gcc.gnu.org
[GNU Make]: http://www.gnu.org/software/make/
-[respective]: http://invisible-island.net/ncurses/#download_ncurses
-[websites]: http://invisible-island.net/cdk/#download
+[ncurses website]: http://invisible-island.net/ncurses/#download_ncurses
[libiconv]: http://www.gnu.org/software/libiconv/
### Windows