Upgrading to MLDonkey 2.9.0 on Mac OS X TigerEdit
These notes were made while upgrading to MLDonkey 2.9.0 on Mac OS X Tiger.
Building and installing
wget "http://surfnet.dl.sourceforge.net/sourceforge/mldonkey/mldonkey-2.9.0.tar.bz2"
tar xjvf mldonkey-2.9.0.tar.bz2
cd mldonkey-2.9.0
./configure && make
sudo make install
Testing
wget "http://surfnet.dl.sourceforge.net/sourceforge/mldonkey/mldonkey-2.9.0.tar.bz2"
tar xjvf mldonkey-2.9.0.tar.bz2
cd mldonkey-2.9.0
./configure && make
sudo make install
To make sure things work first run mlnet
:
mlnet
You can then test using the web interface (connect to: http://localhost:4080/) or via telnet:
telnet localhost 4000