Mldkgui-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Beschreibung) |
(→Links) |
||
| Zeile 50: | Zeile 50: | ||
| http://mldkgui.sourceforge.net | | http://mldkgui.sourceforge.net | ||
| Homepage des Plugins | | Homepage des Plugins | ||
| − | |}[[Kategorie: | + | |}[[Kategorie:Plugins]] |
Version vom 4. Mai 2005, 19:06 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor:
Bilder
Hardwareanforderungen
Keine.
Softwareanforderungen
- ocaml
- mldonkey
Installation
cd $SOURCEDIR
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
CVS
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui co mldkgui
Links
| [1] | http://mldonkey.org | mldonkey |
| [2] | http://caml.inria.fr | ocaml |
| [3] | http://mldkgui.sourceforge.net | Homepage des Plugins |