summaryrefslogtreecommitdiff
path: root/README.win32
blob: 50df5a19198582a7176301761d12118c6549a9f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
There are two Pango backends written for Win32: pangowin32 and
pangoft2. Pangowin32 uses the Win32 GDI font API. Pangoft2 uses
FreeType2. Neither one is even close to being as useable as the X11
backend. They are buggy and slow, and print copious amounts of
debugging output.

There are two supported ways to build Pango for Win32:

1) Use autoconfiscation. I.e., aclocal, automake, autoconf and
configure to build makefiles etc. The generated makefiles use libtool
and gcc (mingw) to do the compilation. This is what tml@iki.fi uses.

2) Use MSVC and nmake. Use the makefile.msc makefiles. These makefiles
are supported by Hans Breuer.