Mldonkey-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Probleme: Steht ja nun auf der Plugin Seite...)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
 +
'''Autor:''' Dominik Meyer
 +
 
[[Bild:mldonkey-plugin.jpg|thumb|none|]]
 
[[Bild:mldonkey-plugin.jpg|thumb|none|]]
 +
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
 
==Softwareanforderungen==
 
==Softwareanforderungen==
Zeile 6: Zeile 9:
 
* mldonkey
 
* mldonkey
 
* (P)erl-(c)ompatible (r)egular (e)xpression library
 
* (P)erl-(c)ompatible (r)egular (e)xpression library
 +
 
==Installation==
 
==Installation==
 
<pre>
 
<pre>
Zeile 34: Zeile 38:
 
make install
 
make install
 
</pre>
 
</pre>
 +
 
==Probleme==
 
==Probleme==
  

Version vom 15. Februar 2005, 22:11 Uhr

Inhaltsverzeichnis

Beschreibung

Autor: Dominik Meyer

Mldonkey-plugin.jpg

Hardwareanforderungen

Softwareanforderungen

  • ocaml
  • mldonkey
  • (P)erl-(c)ompatible (r)egular (e)xpression library

Installation

cd $SOURCEDIR
tar xvzf pcre-<VERSION>.tar.bz2
cd pcre-<VERSION>
./configure --prefix=/usr/local
make
make install
ldconfig

cd -
tar xvzf ocaml-<VERSION>.tar.gz
cd ocaml-<VERSION>
./configure --prefix /usr/local
make world
make opt
make install
ldconfig

cd -
tar xvzf mldonkey-<VERSION>.tar.gz
cd mldonkey-<VERSION>
./configure --prefix=/usr/local \
            --enable-checks \
            --enable-ocamlver=<VERSION>
make
make install

Probleme

Parameter

Parameter Beschreibung
-h <server ip> <port number> xxxxxxxxxxxxxxxxxxxx
-p <telnet-port> xxxxxxxxxxxxxxxxxxxx
-u <username> xxxxxxxxxxxxxxxxxxxx
-k <password> xxxxxxxxxxxxxxxxxxxx

Links

[1] http://mldonkey.org mldonkey
[2] http://caml.inria.fr ocaml
[3] http://www.pcre.org Perl-compatible regular expression library
[4] http://www.federationhq.de Homepage des Plugins