diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2000-01-13 04:12:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-01-13 04:12:07 +0000 |
commit | 282fb5fc9f9d01c4d933a6eb6bee6ae9f0d512c7 (patch) | |
tree | 0b19c69692a2fe52a1b33d5e27c97b26a64417e3 /README | |
parent | 66ae87f9fc45f5f564acf5014e9bd1341d052958 (diff) | |
download | pango-282fb5fc9f9d01c4d933a6eb6bee6ae9f0d512c7.tar.gz |
Initial revision
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 |