Mldonkey-plugin
From VDR Wiki
(Difference between revisions)
(Preparation) |
(→Links: i18n) |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
==Description== | ==Description== | ||
| - | [[Image: | + | [[Image:Mldonkey-plugin.jpg|thumb|Screenshot]] |
==Hardware requirements== | ==Hardware requirements== | ||
==Software requirements== | ==Software requirements== | ||
| + | * OCAML | ||
| + | * MLDonkey | ||
| + | * Perl-compatible regular expression library (pcre) | ||
==Installation== | ==Installation== | ||
| - | See [[plugin installation]] | + | To install pcre |
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf pcre-<VERSION>.tar.bz2 | ||
| + | cd pcre-<VERSION> | ||
| + | ./configure --prefix=/usr/local | ||
| + | make | ||
| + | make install | ||
| + | ldconfig | ||
| + | </pre> | ||
| + | |||
| + | and OCAML | ||
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf ocaml-<VERSION>.tar.gz | ||
| + | cd ocaml-<VERSION> | ||
| + | ./configure --prefix /usr/local | ||
| + | make world | ||
| + | make opt | ||
| + | make install | ||
| + | ldconfig | ||
| + | </pre> | ||
| + | |||
| + | and finally MLDonkey | ||
| + | <pre> | ||
| + | cd $SOURCEDIR | ||
| + | tar xvzf mldonkey-<VERSION>.tar.gz | ||
| + | cd mldonkey-<VERSION> | ||
| + | ./configure --prefix=/usr/local \ | ||
| + | --enable-checks \ | ||
| + | --enable-ocamlver=<VERSION> | ||
| + | make | ||
| + | make install | ||
| + | </pre> | ||
| + | |||
| + | See also [[plugin installation]]. | ||
==Problems== | ==Problems== | ||
| + | * This plugin was not packaged correctly (see [[Plugin installation#For developers]]) | ||
==Links== | ==Links== | ||
{| | {| | ||
| [1] | | [1] | ||
| - | | http:// | + | | http://www.federationhq.de |
| Plugin homepage | | Plugin homepage | ||
| + | |- | ||
| + | | [2] | ||
| + | | http://mldonkey.org | ||
| + | | MLDonkey homepage | ||
| + | |- | ||
| + | | [3] | ||
| + | | http://caml.inria.fr | ||
| + | | ocaml homepage | ||
| + | |- | ||
| + | | [4] | ||
| + | | http://www.pcre.org | ||
| + | | Perl-compatible regular expression library | ||
|} | |} | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|mldonkey-plugin}} | |
| - | + | ||
Latest revision as of 16:45, 13 March 2006
Contents |
Description
File:Mldonkey-plugin.jpg
Screenshot
Hardware requirements
Software requirements
- OCAML
- MLDonkey
- Perl-compatible regular expression library (pcre)
Installation
To install pcre
cd $SOURCEDIR tar xvzf pcre-<VERSION>.tar.bz2 cd pcre-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
and OCAML
cd $SOURCEDIR tar xvzf ocaml-<VERSION>.tar.gz cd ocaml-<VERSION> ./configure --prefix /usr/local make world make opt make install ldconfig
and finally MLDonkey
cd $SOURCEDIR
tar xvzf mldonkey-<VERSION>.tar.gz
cd mldonkey-<VERSION>
./configure --prefix=/usr/local \
--enable-checks \
--enable-ocamlver=<VERSION>
make
make install
See also plugin installation.
Problems
- This plugin was not packaged correctly (see Plugin installation#For developers)
Links
| [1] | http://www.federationhq.de | Plugin homepage |
| [2] | http://mldonkey.org | MLDonkey homepage |
| [3] | http://caml.inria.fr | ocaml homepage |
| [4] | http://www.pcre.org | Perl-compatible regular expression library |




