summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2000-01-13 04:12:07 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-13 04:12:07 +0000
commit282fb5fc9f9d01c4d933a6eb6bee6ae9f0d512c7 (patch)
tree0b19c69692a2fe52a1b33d5e27c97b26a64417e3 /README
parent66ae87f9fc45f5f564acf5014e9bd1341d052958 (diff)
downloadpango-282fb5fc9f9d01c4d933a6eb6bee6ae9f0d512c7.tar.gz
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..165ad46f
--- /dev/null
+++ b/README
@@ -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