Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old April 19th, 2005   #1
wbeck85
A Carafe of Ubuntu
 
wbeck85's Avatar
 
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
(This put a linuxdcpp folder in my home directory. I left it there, you may move it somewhere else if you would like to. Just keep in mind that the commands that follow assume the folder is in your home directory)

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
Also apt-get install your kernel headers.

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:
Most of the stuff can be found in the repositories. However, I could not find libglade 2.4 so the next part of this howto is how to get and install libglade 2.4.

Go to http://www.zentek-international.com/.../libglade/2.4/ and download the most recent sources.
Extract them to a directory, I use ~/src (i made that directory for myself for sources i download)
To compile this, you will need to apt-get:
Code:
sudo apt-get install libglib2.0-dev libxml1 libxml2-dev
and apt-get whatever else you get yelled at for when trying to ./configure
so:
Code:
$ cd ~/src/libglade-2.4*
$ sudo ./configure
$ sudo make
$sudo make install
(So, hopefully, libglade-2.4 has successfully installed.
Next is to install the actual dcpp program so switch to the linuxdcpp directory that you downloaded)
Code:
$ cd ~/linuxdcpp  (mine was my home folder)

	(then run scons, which compiles the program for you)

$ sudo scons
And there you have it. It should work. The executable is in the ~/linuxdcpp directory. You should just be able to double click on it to run the program. To get it to show up in the the Gnome menu however, you will need to get the program Menu Editor. You can find that here. To install this program, download it, then switch to the directory to which you downloaded the .deb file and:
Code:
$ sudo dpkg -i menueditor*
Then open the program, which can be found in Applications>System Tools>Menu Editor. On the right, Enter the name you would like to show up in the menu, any comments you would like to enter about dcpp, and the command which will be:
Code:
/directory/in/which/the/executable/subsides/dcpp
, select an icon if that pleases you, and a category. Click save, exit menueditor and see if your program works (I hope it does!)

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
wbeck85 is offline   Reply With Quote
Old April 20th, 2005   #2
bolamix
Spilled the Beans
 
bolamix's Avatar
 
Join Date: Mar 2005
Location: Geneva, Switzerland
Beans: 11
Ubuntu Breezy 5.10
Question Re: HOWTO: Install DC++ for linux

Heya!
Thanks for this howto, I've managed to install Valknut (dcgui-qt) but i'm not very satisfied with it... so installing dc++ on my linux box would be great The whole procedure went nice and smooth up until the $ sudo scons command. Here's the output:
Code:
scons: Reading SConscript files ...
Checking for pkg-config... ok
Checking for gtk+-2.0 >= 2.4... ok
Checking for gthread-2.0 >= 2.4... ok
Checking for libglade-2.0 >= 2.4... ok
Checking for C header file time.h... yes
Checking for C header file signal.h... yes
Checking for C header file unistd.h... yes
Checking for C header file sys/poll.h... yes
Checking for main() in C library pthread... yes
Checking for main() in C library z... yes
Checking for main() in C library bz2... yes
Checking for C header file asm/atomic.h... yes
Checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... ok
scons: done reading SConscript files.
scons: Building targets ...
g++-3.4 -DXTHREADS -Wl,--export-dynamic -pthread -pthread -DHAVE_ASM_ATOMIC_H -D_GNU_SOURCE -DHAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP -I. -DENABLE_BINRELOC -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o build/client/ADLSearch.o client/ADLSearch.cpp client/FinishedManager.cpp client/Socket.cpp client/AdcCommand.cpp client/HashManager.cpp client/StringDefs.cpp client/AdcHub.cpp client/HttpConnection.cpp client/StringTokenizer.cpp client/BZUtils.cpp client/HubManager.cpp client/Text.cpp client/BufferedSocket.cpp client/LogManager.cpp client/Thread.cpp client/Client.cpp client/NmdcHub.cpp client/TigerHash.cpp client/ClientManager.cpp client/QueueManager.cpp client/TimerManager.cpp client/ConnectionManager.cpp client/ResourceManager.cpp client/UploadManager.cpp client/CryptoManager.cpp client/SFVReader.cpp client/User.cpp client/DCPlusPlus.cpp client/SearchManager.cpp client/UserConnection.cpp client/DirectoryListing.cpp client/ServerSocket.cpp client/Util.cpp client/DownloadManager.cpp client/SettingsManager.cpp client/ZUtils.cpp client/Encoder.cpp client/ShareManager.cpp client/stdinc.cpp client/Exception.cpp client/SimpleXML.cpp
g++-3.4: --export-dynamic: linker input file unused because linking not done
cc1plus: error: unrecognized command line option "--export-dynamic"
scons: *** [build/client/ADLSearch.o] Error 1
scons: building terminated because of errors.
I don't know what I can do to avoid this error, if anything. I'm running Warty, not Hoary, cuz Valknut wouldn't compile on Hoary; could that be the reason? Thanks for any ideas!
bolamix is offline   Reply With Quote
Old April 20th, 2005   #3
Chousuke
First Cup of Ubuntu
 
Join Date: Apr 2005
Location: Korpilahti, Finland
Beans: 3
Re: HOWTO: Install DC++ for linux

The OP's how-to is now correct, but I'll leave this here nonetheless.

(I'll use code tags to prevent smilies)
Do this:
Code:
(no need for sudo yet. Do this in ~/ somewhere.)
$ cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login 
(No password)
$ cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp

You need the following development packages: 
libgtk2.0-dev
libgtkmm-2.4-dev # I believe this is required since DC++ is a C++ app.
libglademm-2.4-dev
zlib1g-dev
libbz2-dev

downloading kaffe-pthread isn't required, since pthreads is a kernel feature

you need the following programs/libraries also:
(some may be already installed)
scons
g++-3.4
libgtk2.0
libgtkmm-2.4-1
libglademm-2.4-1

after this, just run scons to build. (sudo/root is still unneeded ;))
Follow OP's advice for menu entries etc.

Last edited by Chousuke; April 21st, 2005 at 03:14 AM.. Reason: Obsoleted ;)
Chousuke is offline   Reply With Quote
Old April 20th, 2005   #4
bolamix
Spilled the Beans
 
bolamix's Avatar
 
Join Date: Mar 2005
Location: Geneva, Switzerland
Beans: 11
Ubuntu Breezy 5.10
Re: HOWTO: Install DC++ for linux

Quote:
Originally Posted by Chousuke
The original poster's how-to is slightly flawed. It does work, but there's no need to download libglade2.4 source and compile them: Here's an easier and cleaner method:

(I'll use code tags to prevent smilies)
Do this:
Code:
(no need for sudo yet. Do this in ~/ somewhere.)
$ cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login 
(No password)
$ cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp

You need the following development packages: 
libgtk2.0-dev
libgtkmm-2.4-dev # I believe this is required since DC++ is a C++ app.
libglademm-2.4-dev
zlib1g-dev
libbz2-dev

downloading kaffe-pthread isn't required, since pthreads is a kernel feature

you need the following programs/libraries also:
(some may be already installed)
scans
g++-3.4
libgtk2.0
libgtkmm-2.4-1
libglademm-2.4-1

after this, just run scons to build. (sudo/root is still unneeded ;))
Follow OP's advice for menu entries etc.
Thx Chousuke, but I still get the same error... Can anyone help please? Tia
bolamix is offline   Reply With Quote
Old April 20th, 2005   #5
destino
First Cup of Ubuntu
 
Join Date: Mar 2005
Location: Stockholm
Beans: 5
Re: HOWTO: Install DC++ for linux

Try this:

http://www.ubuntuforums.org/showthre...ighlight=scons
destino is offline   Reply With Quote
Old April 20th, 2005   #6
bolamix
Spilled the Beans
 
bolamix's Avatar
 
Join Date: Mar 2005
Location: Geneva, Switzerland
Beans: 11
Ubuntu Breezy 5.10
Re: HOWTO: Install DC++ for linux

Quote:
Originally Posted by destino
Thx I got the same advice on the #linuxdcpp irc channel, and it worked like a dream So, to all those who wanna try out dc++ on linux, update your scons first
bolamix is offline   Reply With Quote
Old April 30th, 2006   #7
Apollinaire
First Cup of Ubuntu
 
Join Date: Apr 2006
My beans are hidden!
Re: HOWTO: Install DC++ for linux

Hello.

I'm new to any form of linux so please bare with me. Here is what happened to me, maybe someone can explain why:
$ sudo cvs -dserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
Password: (I left it blank)

$ cvs -z3 -dserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
bash: cvs: command not found <--- what in the #$%$$ is that?
Apollinaire is offline   Reply With Quote
Old April 30th, 2006   #8
loftx
Just Give Me the Beans!
 
Join Date: Nov 2005
Beans: 44
Ubuntu 6.10 Edgy
Re: HOWTO: Install DC++ for linux

Ignore this
loftx is offline   Reply With Quote
Old April 30th, 2006   #9
Apollinaire
First Cup of Ubuntu
 
Join Date: Apr 2006
My beans are hidden!
Re: HOWTO: Install DC++ for linux

Quote:
Originally Posted by loftx
Ignore this
Cannot ignore it, as the linuxdcpp folderdoes not appear in my home dir. As it doesnt, I presume something went wrong...

Damn, this is frustrating...

Last edited by Apollinaire; April 30th, 2006 at 08:05 PM..
Apollinaire is offline   Reply With Quote
Old May 29th, 2005   #10
greendots
First Cup of Ubuntu
 
Join Date: May 2005
Beans: 3
Re: HOWTO: Install DC++ for linux

Check this!

http://www.broadbandreports.com/faq/6514


I haven't tried any of these client yet..
greendots is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:12 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry