diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-10-28 22:54:14 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-10-28 22:54:14 +0000 |
commit | 53570e37a04c11518dc99c1b6357cff8182c1980 (patch) | |
tree | 6f8a9b437da29b7f2c951e812fba5fc9b4707b51 /README.win32 | |
parent | f5527477d469cf50063bad41de22138806748520 (diff) | |
download | pango-53570e37a04c11518dc99c1b6357cff8182c1980.tar.gz |
New file, used to build distribution package for Windows.
2001-10-29 Tor Lillqvist <tml@iki.fi>
* pango-zip.sh.in: New file, used to build distribution package
for Windows.
* Makefile.am (EXTRA_DIST): Add pango-zip.sh.
* configure.in: Check for lib.exe, set MS_LIB_AVAILABLE. Generate
pango-zip.sh.
* README.win32: Mention the ways to build Pango on Windows.
* modules/Makefile.am
* examples/Makefile.am: Se SOSUFFIX to so on Unix, dll on Windows.
* pango/Makefile.am: Add rules to create MSVC import library if
MS_LIB_AVAILABLE. Add rules to install and uninstall mingw and
MSVC import libraries.
* tests/Makefile.am: Link with libpangox.la only on Unix.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.win32 b/README.win32 index 96d90ac4..50df5a19 100644 --- a/README.win32 +++ b/README.win32 @@ -3,3 +3,12 @@ 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. |