Upgrading to MLDonkey 2.9.2 on Mac OS X TigerEdit

These notes were made while upgrading to MLDonkey 2.9.2 on Mac OS X Tiger.

Building and installing

wget "http://switch.dl.sourceforge.net/sourceforge/mldonkey/mldonkey-2.9.2.tar.bz2"
tar xjvf mldonkey-2.9.2.tar.bz2
cd mldonkey-2.9.2
./configure && make
sudo make install

Testing

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