diff options
author | 2012-07-15 23:00:27 -0400 | |
---|---|---|
committer | 2012-07-15 23:00:27 -0400 | |
commit | 8e0990f5e964711e7895064943ee5b22ff27efd9 (patch) | |
tree | 680351aefca51e234b82d359d1716a2e2748aeb4 /FAQ.md | |
parent | a592b83eb7d753c4334afd89d04f378ac41dcdd8 (diff) | |
download | textadept-8e0990f5e964711e7895064943ee5b22ff27efd9.tar.gz textadept-8e0990f5e964711e7895064943ee5b22ff27efd9.zip |
Include CDK directly instead of requiring it as a dependency.
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ example, `libpng14` has been available for many distributions since late 2009 while the latest 2012 Ubuntu still uses `libpng12`. Unfortunately in these cases, the best idea is to compile Textadept. This process is actually very simple though. See the [compiling][] page. Only the GTK development libraries -are needed for the GUI version. (The ncurses and CDK development libraries are -required for the terminal version.) +are needed for the GUI version. (The ncurses development library is required for +the terminal version.) [compiling]: 12_Compiling.html |