![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | |
|
A Carafe of Ubuntu
![]() Join Date: Mar 2005
Beans: 121
|
HOWTO: Install DC++ for linux
Hey Y'all! I just successfully installed DC++ for linux, that means, no confusing dcgui or dcgui-qt. It looks and behaves just like DC++ for Windows, but it looks better, even. No longer do I have to go through wine, and that makes me happy. Here's a helpful howto to get you running DC++ natively in linux.
![]() Here goes: First, you must download the sources from the linuxdcpp website via cvs. They do not have any binaries available. so: Code:
$ sudo cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login (leave password blank and hit enter) $ cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp Ok, so you have the sources now, but you need to compile them and ubuntu does not come packaged with all the requirements. you need: libgtk2.0-dev libgtkmm-2.4-dev libglademm-2.4-dev zlib1g-dev libbz2-dev g++-3.4 libgtk2.0-bin libgtk2.0-0 libgtk2.0-common libgtkmm-2.4-1 libglademm-2.4-1 To make sure this is all installed apt-get the following. The packages you have installed already will be ignored, or upgraded (I think) Code:
sudo apt-get install libgtk2.0-dev libgtkmm-2.4-dev libglademm-2.4-dev zlib1g-dev libbz2-dev g++-3.4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common g++ libgtkmm-2.4-1 libglademm-2.4-1 scons This next part is apparently unnecessary. (Thanks to Chousuke for pointing that out) But I don't really feel like removing it because it took me a while.... So ignore the immediately following quote insert, unless you get a missing libglade error when running scons later on. Quote:
Code:
$ cd ~/linuxdcpp (mine was my home folder) (then run scons, which compiles the program for you) $ sudo scons Code:
$ sudo dpkg -i menueditor* Code:
/directory/in/which/the/executable/subsides/dcpp Well, good luck with this. I do not know how many people use DC++, but hopefully this howto works for those who want to use it. This is my first howto, and I'm sure it needs work. Please, give me your feedback and I will edit the howto as needed. (Edited 5/20/05 @ 1:30 pm to clean stuff up, added Chousuke's info in here, so thanks to him for that.)
__________________
Ubuntu User since Warty +1 Registered Linux User #388905 Last edited by wbeck85; May 11th, 2005 at 12:37 PM.. Reason: Missing g++ in package list |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|