Mldkgui-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(An die MODS Bilder umbenennen jpeg -> jpg!!!) |
|||
Zeile 9: | Zeile 9: | ||
==Installation== | ==Installation== | ||
<pre>cd $SOURCEDIR | <pre>cd $SOURCEDIR | ||
− | tar xvzf ocaml- | + | tar xvzf ocaml-<VERSION>.tar.gz |
− | cd ocaml- | + | cd ocaml-<VERSION> |
./configure --prefix /usr/local | ./configure --prefix /usr/local | ||
make world | make world | ||
Zeile 18: | Zeile 18: | ||
cd - | cd - | ||
− | tar xvzf mldonkey- | + | tar xvzf mldonkey-<VERSION>.tar.gz |
− | cd mldonkey- | + | 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 |
Version vom 29. September 2004, 14:45 Uhr
Inhaltsverzeichnis |
Beschreibung
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=3.07 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 |