Mldkgui-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(M)
Zeile 8: Zeile 8:
  
 
==Installation==
 
==Installation==
tar xvzf ocaml-3.07beta2.tar.gz
+
<pre>
cd ocaml-3.07beta2
+
tar xvzf ocaml-3.07beta2.tar.gz
./configure --prefix /usr/local
+
cd ocaml-3.07beta2
make world
+
./configure --prefix /usr/local
make opt
+
make world
make install
+
make opt
ldconfig
+
make install
 
+
ldconfig
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
+
  
 +
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
 +
</pre>
 
==Probleme==
 
==Probleme==
 
Keine bekannt.
 
Keine bekannt.

Version vom 16. Juli 2004, 17:30 Uhr

Inhaltsverzeichnis

Beschreibung

Hardwareanforderungen

Keine.

Softwareanforderungen

Keine.

Installation

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
FEHLT: Beschreibung ...