Changes
DC
,no edit summary
*Click '''New''' at the bottom of the window. Enter <code>caldchub.no-ip.com</code> as the address. '''Check''' the box next to the address you just filled in.
*It will take some time for Shakespeer to [[w:hash list|hash]] your files. You can check the progress at any time by going to '''Window'''→'''Show Server Messages'''; when hashing is done, '''finished hashing all files''' will be displayed there. Note that in order to connect to the Cal hub, you must have at least 1 GB of hashed files.
===Linux===
Type this into a terminal:
cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
(leave the password blank)
cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
Now you will have the current CVS checkout of the Linux DC++ client. It uses <tt>scons</tt> as its build system, not <tt>make</tt>, so you will probably need to install that (<tt>apt-get install scons</tt> or what have you). To build it, you just issue this command:
scons
It will require a lot of development libraries. Big ones are the GTK+ header files, glade header files, and bzip2 header files. Normally for your distro this will be the package name with a <tt>-dev</tt> or <tt>-devel</tt> appended. For example, in Fedora Core (my distro of choice) I needed to install <tt>gtk2-devel</tt> to get the GTK+ header files.
After build the package you will have an executable named <tt>linuxdcpp</tt> in your current working directory. Run it and enjoy.
==External links==
*[http://berkeley.facebook.com/group.php?gid=2200295276 Calhub group on Facebook]