Updated some comments.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-09-14 20:49:50 +00:00
parent eb1ab6f915
commit 0dd6e08c53
2 changed files with 39 additions and 2 deletions

View File

@@ -41,6 +41,30 @@ If you want to remove wxWindows on Unix you can do this:
> ldconfig
> exit
* The GTK+ 2 case
-----------------
wxGTK 2.3.3 has support for the new version 2.0.X of GTK+. This means
that wxGTK apps can now make use Unicode as the underlying encoding
for all text operations. This is a very fundamental change and will
need time to stabilize, so be careful. Anyways, after installing a
recent version of GTK+ 2.0, do this
> ./configure --with-gtk --enable-gtk2 --enable-unicode
> make
> su <type root password>
> make install
> ldconfig
> exit
If you are adventurous, you can install the FcConfig 2.0 package
and the Pango library from CVS (or a very recent snapshot from
the upcoming 1.2 series) and set do "export GDK_USE_XFT=1" so
that the display as well as the printing code will use render
using the same FreeType code even for Far Eastern encodings.
Expect problems.
* The expert case
-----------------