DebianFaq
From Planet Peer Wiki
E Debian FAQ
(Feel free to post good information about using MUTE on Debian here for future reference, please follow the format already created here)
!! How do I compile MUTE on Debian ?
Remove the following packages:
- libwxgtk2.5-dev ... - wx2.5-common ... - libwxgtk2.5.3-python ... - wxpython2.5.3 ... - libwxgtk2.5.3 ...
And install the right ones
apt-get install libwxgtk2.4-dev
After that go to the MUTE [Project Page | http://sourceforge.net/project/showfiles.php?group_id=83030] and download the latest source code, "MUTE_fileSharing-0.X.X_~UnixSource.tar.gz" (change "0.X.X" to whatever version is current).
This gives you the files needed to compile the GUI version of MUTE. At a console, cd into your working directory and do the following:
tar -xzvf MUTE_fileSharing-0.X.X_~UnixSource.tar.gz
cd MUTE_fileSharing-0.X.X_~UnixSource
./runToBuild
Compiling the console text only version of MUTE is the same, you can find the compiled program in:
MUTE_fileSharing-0.X.X_~UnixSource/MUTE_text_fileSharing/
!! How do I compile the latest CVS version on Debian ?
See the section on downloading CVS in the MuteDevFaq
Always do a "cvs update" command to get the latest source.
The rest is about the same as above except you need to copy the "minorGems" directory and the ~"runToBuild" shell script from the "MUTE_fileSharing-0.X.X_~UnixSource" directory and place them into the directory below the CVS directory and then run the "runToBuild" script from there.
If you fix a bug, please report and post a diff file to the bug report section on the [Project Page | http://sourceforge.net/projects/mute-net/]
[Debian Help | http://www.debianhelp.co.uk]
Don't forget to visit the MuteDevFaq or TheMuteFaq for more information.
