Mldkgui-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(An die MODS Bilder umbenennen jpeg -> jpg!!!)
Zeile 9: Zeile 9:
 
==Installation==
 
==Installation==
 
<pre>cd $SOURCEDIR
 
<pre>cd $SOURCEDIR
tar xvzf ocaml-3.07beta2.tar.gz
+
tar xvzf ocaml-<VERSION>.tar.gz
cd ocaml-3.07beta2
+
cd ocaml-<VERSION>
 
./configure --prefix /usr/local
 
./configure --prefix /usr/local
 
make world
 
make world
Zeile 18: Zeile 18:
  
 
cd -
 
cd -
tar xvzf mldonkey-2-5-12.tar.gz
+
tar xvzf mldonkey-<VERSION>.tar.gz
cd mldonkey-2-5-12
+
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, 15: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