diff options
Diffstat (limited to 'system/mlterm/README')
-rw-r--r-- | system/mlterm/README | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/system/mlterm/README b/system/mlterm/README index d4a512d88e..caf02e4fe4 100644 --- a/system/mlterm/README +++ b/system/mlterm/README @@ -1,17 +1,11 @@ -mlterm is a multilingual X11 terminal emulator. It supports -different character sets, encondings and complex characters. +mlterm is a multilingual X11 terminal emulator. It supports different +character sets, automatic selection of proper enconding, complex +characters such as double width for East Asian and bi-direction for +Arabic and Hebrew. -mlterm is optionally dependent upon the following libraries: +For ISCII rendering mlterm is dependent upon the libind library. +To compile the package with libind support add "--enable-ind" +to the configure options in the build script. -- 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 +To use anti-aliased fonts select XfreeType rather than xcore, run the +script as follows: FONT_ENGINE=xft ./mlterm.SlackBuild |