diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-07-07 16:44:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-07-20 14:20:08 -0500 |
commit | 73ac3830fb00c2066d97501be8eaba7d3215a251 (patch) | |
tree | 34ac96f8cf265d285ccaffdaa418246c630389cd /network/mldonkey/README | |
parent | be9339b0be5b2c0dd08939b5b0bc537dba854637 (diff) | |
download | slackbuilds-73ac3830fb00c2066d97501be8eaba7d3215a251.tar.gz |
network/mldonkey: Updated for version 3.1.5, README cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/mldonkey/README')
-rw-r--r-- | network/mldonkey/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/network/mldonkey/README b/network/mldonkey/README index acba053e3c..e780093e1e 100644 --- a/network/mldonkey/README +++ b/network/mldonkey/README @@ -1,13 +1,12 @@ MLDonkey is an open source, free software multi-network peer-to-peer app. -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. - 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. If you want to build MLDonkey's GUI, you'll have to enable it with the GUIOPT variable like this: GUIOPT=yes ./mldonkey.SlackBuild + +Be sure not to have ocaml and lablgtk already installed when compiling +this as build may break (mldonkey seems to need its own versions of the +above dependencies). |