mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
doc/installation: convert dependency table to dsv format
The dependency table was originally in "fixed" format, so that AsciiDoc took a fixed number of characters to the first column and the rest to the second column. However, "OpenSSL or GNU TLS or nss_compat_ossl" will not fit in that number of characters, and backslash line continuation will not help because AsciiDoc apparently parses that before it counts the characters. I could widen the column in the AsciiDoc source but switching to "dsv" format seems prettier.
This commit is contained in:
parent
ba32759970
commit
b5cf81d8be
@ -31,40 +31,41 @@ 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
|
libraries and utility programs installed on your system. It is recommended to
|
||||||
have the following libraries and programs installed:
|
have the following libraries and programs installed:
|
||||||
|
|
||||||
`-----------------------`----------------------------------------------------
|
[separator="|"]
|
||||||
Dependency Description
|
`_______________________`____________________________________________________
|
||||||
-----------------------------------------------------------------------------
|
Dependency |Description
|
||||||
Lua or Guile Makes it possible to write scripting plugins. \
|
_____________________________________________________________________________
|
||||||
|
Lua or Guile |Makes it possible to write scripting plugins. \
|
||||||
ifdef::installation-webpage[]
|
ifdef::installation-webpage[]
|
||||||
See link:manual.html#lua-scripting[the Elinks - Lua interface] \
|
See link:manual.html#lua-scripting[the Elinks - Lua interface] \
|
||||||
endif::installation-webpage[]
|
endif::installation-webpage[]
|
||||||
ifndef::installation-webpage[]
|
ifndef::installation-webpage[]
|
||||||
See <<lua-scripting,the Elinks - Lua interface>> \
|
See <<lua-scripting,the Elinks - Lua interface>> \
|
||||||
endif::installation-webpage[]
|
endif::installation-webpage[]
|
||||||
for more info.
|
for more info.
|
||||||
zlib 1.2.0.2 or later For handling gzip or deflate compressed documents \
|
zlib 1.2.0.2 or later |For handling gzip or deflate compressed documents \
|
||||||
both locally and sent from server.
|
both locally and sent from server.
|
||||||
bzip2 Likewise, for bzip2 compressed documents.
|
bzip2 |Likewise, for bzip2 compressed documents.
|
||||||
LZMA Utils Likewise, for LZMA compressed documents. \
|
LZMA Utils |Likewise, for LZMA compressed documents. \
|
||||||
Version 4.32.5 should work.
|
Version 4.32.5 should work.
|
||||||
OpenSSL or GNU TLS For handling secure HTTP browsing.
|
OpenSSL or GNU TLS |For handling secure HTTP browsing.
|
||||||
GPM 'General Purpose Mouse' for mouse support.
|
GPM |'General Purpose Mouse' for mouse support.
|
||||||
expat 'XML Parser Toolkit' needed for XBEL support.
|
expat |'XML Parser Toolkit' needed for XBEL support.
|
||||||
smbclient Program needed for smb:// protocol support.
|
smbclient |Program needed for smb:// protocol support.
|
||||||
rxvt-unicode For terminal emulator which supports 88 colors.
|
rxvt-unicode |For terminal emulator which supports 88 colors.
|
||||||
xterm with 256 colors Program atleast patch level 179 or rxvt program \
|
xterm with 256 colors |Program atleast patch level 179 or rxvt program \
|
||||||
from version 2.7.9 for support of 256 colors. \
|
from version 2.7.9 for support of 256 colors. \
|
||||||
Newer PuTTY also has 256 color support.
|
Newer PuTTY also has 256 color support.
|
||||||
libidn For internationalized domain names.
|
libidn |For internationalized domain names.
|
||||||
SpiderMonkey Mozilla's JavaScript engine for getting \
|
SpiderMonkey |Mozilla's JavaScript engine for getting \
|
||||||
JavaScript/ECMAScript support in ELinks. \
|
JavaScript/ECMAScript support in ELinks. \
|
||||||
ifdef::installation-webpage[]
|
ifdef::installation-webpage[]
|
||||||
See also link:manual.html#ecmascript[notes on ECMAScript support].
|
See also link:manual.html#ecmascript[notes on ECMAScript support].
|
||||||
endif::installation-webpage[]
|
endif::installation-webpage[]
|
||||||
ifndef::installation-webpage[]
|
ifndef::installation-webpage[]
|
||||||
See also <<ecmascript,notes on ECMAScript support>>.
|
See also <<ecmascript,notes on ECMAScript support>>.
|
||||||
endif::installation-webpage[]
|
endif::installation-webpage[]
|
||||||
-----------------------------------------------------------------------------
|
_____________________________________________________________________________
|
||||||
|
|
||||||
When compiling, you also need the header files for the libraries. Most OS
|
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
|
distributors put a given library's headers in a package separate from the
|
||||||
|
Loading…
Reference in New Issue
Block a user