Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 8bafa8a1787504c484691b08482bed1a > files > 33

elinks-0.12-7.mga4.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Recommended Libraries and Programs</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="The ELinks Manual"><link rel="up" href="ch01.html" title="Chapter 1. Getting ELinks up and running"><link rel="prev" href="ch01s02.html" title="Requirements"><link rel="next" href="ch01s04.html" title="Further reading"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Recommended Libraries and Programs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Getting ELinks up and running</th><td width="20%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr></table><hr></div><div class="section" title="Recommended Libraries and Programs"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp148800"></a>Recommended Libraries and Programs</h2></div></div></div><p>To make use of many of ELinks features you will need to have some external
libraries and utility programs installed on your system. It is recommended to
have the following libraries and programs installed:</p><div class="informaltable"><table border="1"><colgroup><col width="118pt" align="left"><col width="261pt" align="left"></colgroup><thead><tr><th align="left">
    Dependency
    </th><th align="left">
    Description
    </th></tr></thead><tbody><tr><td align="left">
    Lua or Guile
    </td><td align="left">
    Makes it possible to write scripting plugins.                               See <a class="link" href="ch14.html" title="Chapter 14. Scripting ELinks with Lua">the Elinks - Lua interface</a>                            for more info.
    </td></tr><tr><td align="left">
    zlib 1.2.0.2 or later
    </td><td align="left">
    For handling gzip or deflate compressed documents                            both locally and sent from server.
    </td></tr><tr><td align="left">
    bzip2
    </td><td align="left">
    Likewise, for bzip2 compressed documents.
    </td></tr><tr><td align="left">
    LZMA Utils
    </td><td align="left">
    Likewise, for LZMA compressed documents.                                     Version 4.32.5 should work.  XZ Utils does not work.
    </td></tr><tr><td align="left">
    OpenSSL or GNU TLS
    </td><td align="left">
    For handling secure HTTP browsing.
    </td></tr><tr><td align="left">
    pkg-config
    </td><td align="left">
    Needed for locating some libraries (at least                                GNU TLS and TRE)
    </td></tr><tr><td align="left">
    GPM
    </td><td align="left">
    <span class="emphasis"><em>General Purpose Mouse</em></span> for mouse support.
    </td></tr><tr><td align="left">
    expat
    </td><td align="left">
    <span class="emphasis"><em>XML Parser Toolkit</em></span> needed for XBEL support.
    </td></tr><tr><td align="left">
    <a class="ulink" href="http://laurikari.net/tre/" target="_top">TRE</a>
    </td><td align="left">
    For regexp searching.  Version 0.7.5 works.
    </td></tr><tr><td align="left">
    libsmbclient
    </td><td align="left">
    Library needed for smb:// protocol support.
    </td></tr><tr><td align="left">
    rxvt-unicode
    </td><td align="left">
    For terminal emulator which supports 88 colors.
    </td></tr><tr><td align="left">
    xterm with 256 colors
    </td><td align="left">
    Program atleast patch level  179 or rxvt program                            from version 2.7.9 for support of 256 colors.                               Newer PuTTY also has 256 color support.
    </td></tr><tr><td align="left">
    libidn
    </td><td align="left">
    For internationalized domain names.
    </td></tr><tr><td align="left">
    SpiderMonkey
    </td><td align="left">
    Mozilla's JavaScript engine for getting                                     JavaScript/ECMAScript support in ELinks.                                    See also <a class="link" href="ch01s06.html" title="ECMAScript support?!">notes on ECMAScript support</a>.
    </td></tr></tbody></table></div><p>When compiling, you also need the header files for the libraries. Most OS
distributors put a given library's headers in a package separate from the
library itself; this package usually has <code class="literal">-dev</code> or similar appended to its
name.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Requirements </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Further reading</td></tr></table></div></body></html>