Mldonkey-plugin: Difference between revisions
Jump to navigation
Jump to search
(initial) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 69: | Line 69: | ||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Outdated Plugins]] |
||
{{i18n|mldonkey-plugin}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:Mldonkey-plugin]] |
Latest revision as of 11:53, 25 November 2013
Description
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 |