~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to doc/html/manual.html-chunked/ch01s03.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<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.68.1"><link rel="start" 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" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2465605"></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
 
2
libraries and utility programs installed on your system. It is recommended to
 
3
have the following libraries and programs installed:</p><div class="informaltable"><table border="1"><colgroup><col align="left"><col align="left"></colgroup><thead><tr><th align="left">
 
4
    Dependency
 
5
    </th><th align="left">
 
6
    Description
 
7
    </th></tr></thead><tbody><tr><td align="left">
 
8
    Lua or Guile
 
9
    </td><td align="left">
 
10
    Makes it possible to write scripting plugins.                               See <a href="ch14.html" title="Chapter 14. Scripting ELinks with Lua">the Elinks - Lua interface</a>                            for more info.
 
11
    </td></tr><tr><td align="left">
 
12
    GNU zip
 
13
    </td><td align="left">
 
14
    For handling compressed documents both locally and                          sent from server.
 
15
    </td></tr><tr><td align="left">
 
16
    bzip2
 
17
    </td><td align="left">
 
18
    For handling local compressed documents.
 
19
    </td></tr><tr><td align="left">
 
20
    OpenSSL or GNU TLS
 
21
    </td><td align="left">
 
22
    For handling secure HTTP browsing.
 
23
    </td></tr><tr><td align="left">
 
24
    GPM
 
25
    </td><td align="left">
 
26
    <span class="emphasis"><em>General Purpose Mouse</em></span> for mouse support.
 
27
    </td></tr><tr><td align="left">
 
28
    expat
 
29
    </td><td align="left">
 
30
    <span class="emphasis"><em>XML Parser Toolkit</em></span> needed for XBEL support.
 
31
    </td></tr><tr><td align="left">
 
32
    smbclient
 
33
    </td><td align="left">
 
34
    Program needed for smb:// protocol support.
 
35
    </td></tr><tr><td align="left">
 
36
    rxvt-unicode
 
37
    </td><td align="left">
 
38
    For terminal emulator which supports 88 colors.
 
39
    </td></tr><tr><td align="left">
 
40
    xterm with 256 colors
 
41
    </td><td align="left">
 
42
    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.
 
43
    </td></tr><tr><td align="left">
 
44
    libidn
 
45
    </td><td align="left">
 
46
    For internationalized domain names.
 
47
    </td></tr><tr><td align="left">
 
48
    SpiderMonkey
 
49
    </td><td align="left">
 
50
    Mozilla's JavaScript engine for getting                                     JavaScript/ECMAScript support in ELinks.                                    See also <a href="ch01s06.html" title="ECMAScript support?!">notes on ECMAScript support</a>.
 
51
    </td></tr></tbody></table></div><p>When compiling, you also need the header files for the libraries. Most OS
 
52
distributors put a given library's headers in a package separate from the
 
53
library itself; this package usually has <code class="literal">-dev</code> or similar appended to its
 
54
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>