Mldkgui-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(M)
(M)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
 
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
 
Keine.
 
Keine.
  
 
==Softwareanforderungen==
 
==Softwareanforderungen==
Keine.
+
ocaml, mldonkey
  
 
==Installation==
 
==Installation==
<pre>
+
<pre>cd /usr/local/src
 
tar xvzf ocaml-3.07beta2.tar.gz
 
tar xvzf ocaml-3.07beta2.tar.gz
 
cd ocaml-3.07beta2
 
cd ocaml-3.07beta2
Zeile 22: Zeile 21:
 
./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</pre>
</pre>
+
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.
Zeile 39: Zeile 37:
 
| Homepage des Plugins
 
| Homepage des Plugins
 
|}
 
|}
 
<div style="color:red">FEHLT: Beschreibung ... </div>
 

Version vom 19. August 2004, 21:32 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

Keine.

Softwareanforderungen

ocaml, mldonkey

Installation

cd /usr/local/src
tar xvzf ocaml-3.07beta2.tar.gz
cd ocaml-3.07beta2
./configure --prefix /usr/local
make world
make opt
make install
ldconfig

cd -
tar xvzf mldonkey-2-5-12.tar.gz
cd mldonkey-2-5-12
./configure --prefix=/usr/local --enable-checks --enable-ocamlver=3.07
make
make install

Probleme

Keine bekannt.

Links

[1] http://mldonkey.org
[2] http://caml.inria.fr
[3] http://mldkgui.sourceforge.net Homepage des Plugins