Mldkgui-plugin
From VDR Wiki
(Difference between revisions)
(initial) |
(→Links: i18n) |
||
| (One intermediate revision not shown) | |||
| Line 10: | Line 10: | ||
==Installation== | ==Installation== | ||
MLDonkey is written in a weird programming language called ocaml, so it has to be installed first | MLDonkey is written in a weird programming language called ocaml, so it has to be installed first | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf ocaml-<VERSION>.tar.gz |
| - | tar xvzf ocaml-<VERSION>.tar.gz | + | cd ocaml-<VERSION> |
| - | cd ocaml-<VERSION> | + | ./configure --prefix /usr/local |
| - | ./configure --prefix /usr/local | + | make world |
| - | make world | + | make opt |
| - | make opt | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
Now comes MLDonkey | Now comes MLDonkey | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf mldonkey-<VERSION>.tar.gz |
| - | tar xvzf mldonkey-<VERSION>.tar.gz | + | cd mldonkey-<VERSION> |
| - | cd mldonkey-<VERSION> | + | ./configure --prefix=/usr/local --enable-checks --enable-ocamlver=3.07 |
| - | ./configure --prefix=/usr/local --enable-checks --enable-ocamlver=3.07 | + | make |
| - | make | + | make install |
| - | make install | + | |
| - | + | ||
For the plugin see [[plugin installation]]. | For the plugin see [[plugin installation]]. | ||
| Line 36: | Line 32: | ||
==CVS== | ==CVS== | ||
| - | + | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui login | |
| - | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui login | + | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui co mldkgui |
| - | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mldkgui co mldkgui | + | |
| - | + | ||
==Links== | ==Links== | ||
| Line 58: | Line 52: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|mldkgui-plugin}} | |
| - | + | ||
Latest revision as of 16:45, 13 March 2006
Contents |
Description
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 |




