Mldonkey-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
(→Installation) |
||
Zeile 24: | Zeile 24: | ||
cd - | cd - | ||
− | + | cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/mldonkey co -r release-2-5-28-1 -P mldonkey | |
− | + | cd mldonkey | |
− | ./ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | cd mldonkey | + | |
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
make | make |
Version vom 25. Februar 2005, 15:06 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Dominik Meyer
Zeigt den Downloadstatus.
Bilder
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 - cvs -z3 -d:ext:anoncvs@savannah.nongnu.org:/cvsroot/mldonkey co -r release-2-5-28-1 -P mldonkey cd mldonkey ./configure --prefix=/usr/local 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 |