diff options
author | Marco Cecchetti <mrc.ildp@gmail.com> | 2010-05-11 22:55:22 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:55:22 +0200 |
commit | a42b30f4b44350ce571ee08c11854c31800cdf3e (patch) | |
tree | 36d05a60f726f1668d3ce5c3ac0ae897c3dafa25 /system/mlterm/README | |
parent | 2809a1d78d39227426b5e3094378e2f22111dfa8 (diff) |
system/mlterm: Added to 12.1 repository
Diffstat (limited to 'system/mlterm/README')
-rw-r--r-- | system/mlterm/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/mlterm/README b/system/mlterm/README new file mode 100644 index 000000000000..d4a512d88ed3 --- /dev/null +++ b/system/mlterm/README @@ -0,0 +1,17 @@ +mlterm is a multilingual X11 terminal emulator. It supports +different character sets, encondings and complex characters. + +mlterm is optionally dependent upon the following libraries: + +- fribidi (for bidirectional rendering) +http://freedesktop.org/wiki/Software/FriBidi + +- libind (for ISCII rendering) +http://www.rxvt-idev.freeservers.com/ + +If fribidi and libind have been installed on your system +you can enable the support by adding the following +compilation options to mlterm.slackbuild: + + --enable-fribidi + --enable-ind |