diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,29 @@ +This directory includes the Pango library, several +examples, and a couple of basic language engines. + +For more information about Pango, see: + + http://www.labs.redhat.com/~otaylor/pango/index.html + +Requirements +============ + +You'll need Dov Grobfeld's FriBidi library. This +is available frmo: + + http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/ + +You'll also need a fairly capable implementation +of iconv() - for instance the iconv from the +GNU C library version 2.1 + +License +======= + +Pango is licensed under the terms of the +GNU Lesser Public License (LGPL) - see the file +COPYING for details. + +Owen Taylor +otaylor@redhat.com +9 July 1999
\ No newline at end of file |