This is a translation of "AmuleGUI sul mac"
aMuleGui is a great thing, many users can control a single aMule through a remote interface. But there are not any precompiled version of aMuleGui for Mac. So this is what you need to do for making aMuleGui working on Mac.
You will need gcc installed, this mean that you need the Developer Tools that can be find on the dvd of OSX or can be download from the Apple developer site.
Than you have to download the wxWidgets from here and naturally aMule from here. I'm talking about sources obiouvsly =).
The version that I've used are:
wxMac 2.6.4
aMule 2.1.3
Now ride the terminal and write:
>tar xzf wxMac-2.6.4.tar.gz
>cd wxMac-2.6.4
>mkdir macbuild
>cd mackbuid
>../configure --disable-sound
>make
>sudo make install
I have used the --disable-sound parameter for the configure because I've get an error building wxWidgets on the library responsable for the sound, so fu** off sh**** library, but (maybe) this error depends on my system.
Going on:
>cd ../../
>tar xjf aMule-2.1.3.tar.bz2
>cd aMule-2.1.3
>mkdir macbuild
>cd macbuild
>../configure --enable-amule-gui \
--with-wx-config=/usr/local/bin/wx-config
>make
Now we make the pretty mac-style application
>mkdir -p amulegui.app/Contents/MacOS
>cp src/amulegui amulegui.app/Contents/MacOS
voilà, aMuleGui is ready.
I don't know how to set the icon for the application that we have just made so if someone want explain how to do it I will appreciate a lot.
Ciao, and sorry for my English
.