Mldkgui-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 4: Zeile 4:
  
 
==Softwareanforderungen==
 
==Softwareanforderungen==
ocaml, mldonkey
+
* ocaml
 
+
* mldonkey
 
==Installation==
 
==Installation==
 
<pre>cd $SOURCEDIR
 
<pre>cd $SOURCEDIR
Zeile 29: Zeile 29:
 
| [1]
 
| [1]
 
| http://mldonkey.org
 
| http://mldonkey.org
 +
| mldonkey
 
|-
 
|-
 
| [2]
 
| [2]
 
| http://caml.inria.fr
 
| http://caml.inria.fr
 +
| ocaml
 
|-
 
|-
 
| [3]
 
| [3]

Version vom 22. August 2004, 12:25 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

Keine.

Softwareanforderungen

  • ocaml
  • mldonkey

Installation

cd $SOURCEDIR
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 mldonkey
[2] http://caml.inria.fr ocaml
[3] http://mldkgui.sourceforge.net Homepage des Plugins