Mldkgui-plugin

From VDR Wiki
Revision as of 14:45, 23 September 2004 by Monroe (talk | contribs) (initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Screenshot

Hardware requirements

Software requirements

  • ocaml
  • mldonkey

Installation

MLDonkey is written in a weird programming language called ocaml, so it has to be installed first

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

Now comes MLDonkey

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

For the plugin see plugin installation.

Problems

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://mldkgui.sourceforge.net Plugin homepage
[2] http://caml.inria.fr ocaml hompage
[3] http://mldonkey.org mldonkey homepage