2010-05-13 06:37:11 +08:00
|
|
|
MLDonkey is an open source, free software multi-network peer-to-peer app.
|
2010-05-12 02:01:38 +08:00
|
|
|
|
2011-03-05 19:31:42 +08:00
|
|
|
This requires ocaml to build and optionally lablgtk2 (if you want to
|
|
|
|
enable the GUI). It will try to download lablgtk2 and ocaml from the
|
|
|
|
web and build them locally if they are not found on your system, so it's
|
|
|
|
better to make sure that they are already installed.
|
2010-05-12 02:01:38 +08:00
|
|
|
|
2011-03-05 19:31:42 +08:00
|
|
|
By default, this SlackBuild will build MLdonkey without a GUI. Without a
|
|
|
|
GUI, you can control mldonkey by connecting to localhost:4080 with your
|
|
|
|
web browser.
|
2010-05-12 23:43:48 +08:00
|
|
|
|
2011-03-05 19:31:42 +08:00
|
|
|
If you want to build MLDonkey's GUI, you'll have to enable it with the
|
2010-08-29 02:39:24 +08:00
|
|
|
GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild
|