Page 8 of 19 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 190

Thread: HOWTO: Install DC++ for linux

  1. #71
    Join Date
    Oct 2005
    Location
    ENGLAND
    Beans
    2,543

    Re: HOWTO: Install DC++ for linux

    ignore
    Last edited by teaker1s; October 28th, 2005 at 07:32 PM.

  2. #72
    Join Date
    Oct 2005
    Beans
    15

    Re: HOWTO: Install DC++ for linux

    Thanks a lot! This worked fine \o/
    I really appreciate this tutorial

  3. #73
    Join Date
    Apr 2005
    Location
    Netherlands
    Beans
    6

    Re: HOWTO: Install DC++ for linux

    thx, install did work fine

  4. #74
    Join Date
    Aug 2005
    Location
    Prague, Czechia
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    Thumbs up Re: HOWTO: Install DC++ for linux

    thanks for great howto
    Last edited by c4pp4; November 22nd, 2005 at 10:07 AM.
    ThinkPad R61i, 15.4" (1280x800), Intel Core 2 Duo T5250, 2x512MB RAM, 160GB SATA, DVD±RW DL, Intel GMA X3100, Intel HDA, Bluetooth, Intel 3945 a/b/g, Gigabit Ethernet, VGA, S-Video, IEEE 1394, Multicard Reader (SD/MMC/MS/XD), Fingerprint Reader

  5. #75
    Join Date
    Sep 2005
    Beans
    19

    Re: HOWTO: Install DC++ for linux

    Hi all!

    How i make a deb from cvs-version.

  6. #76
    Join Date
    Jun 2005
    Location
    Malmö, Sweden
    Beans
    42
    Distro
    Ubuntu 6.06
    I just wanted to give people the option to use the latest version of this client cause the binary that people use here is now way outdated and numerous patches to this great client have been released.
    Most of the info is copied from a thread by wbeck85 and cred goes to him. I just updated packages to go with Breezy and Dapper.


    First you need the necessary packages to download and build it correctly, so fire up a terminal and type

    If you use Breezy:
    Code:
    sudo apt-get install cvs libgtk2.0-dev libgtkmm-2.4-dev libglademm-2.4-dev zlib1g-dev libbz2-1.0 libbz2-dev g++-3.4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common g++ libgtkmm-2.4-1c2 libglademm-2.4-1c2 scons
    If you use Dapper:
    Code:
    sudo apt-get install cvs libgtk2.0-dev libgtkmm-2.4-dev libglademm-2.4-dev zlib1g-dev libbz2-1.0 libbz2-dev g++-3.4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common g++ libgtkmm-2.4-1c2a libglademm-2.4-1c2a scons
    When that is done you should install the headers for your kernel:

    Code:
    sudo apt-get install linux-headers-`uname -r`
    OK! So far so good. Now you need to download the files from the CVS and compile it.

    Its easiest to download and install it in your home directory so:

    Code:
    cd ~
    sudo cvs -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp login
    Now it asks you for a password but just hit Enter without typing anything then

    Code:
    cvs -z3 -d:pserver:anonymous@cvs.linuxdcpp.berlios.de:/cvsroot/linuxdcpp co linuxdcpp
    Now the download starts and a folder called linuxdcpp gets created in your home dir. Once it finishes enter in that folder and start building with

    Code:
    cd linuxdcpp
    sudo scons
    It will start compiling and that may take some time depending on your hardware but once it finishes you can run(or make a starter for)

    Code:
    ~/linuxdcpp/dcpp
    Here is a nice icon to use for your starter, http://www.tucoo.com/icon/Exogen/s/DC++.png or maybe u prefer this one: http://image.versiontracker.com/clie...2x32-32bit.png
    Last edited by WetWilly; March 8th, 2006 at 11:03 AM.

  7. #77
    Join Date
    Nov 2005
    Beans
    5

    Re: HOWTO: Install DC++ for linux

    I do not know if this guide is pertinent to Kubuntu, but I got to the very end, sudo scons, and got this...

    scons: *** No SConstruct file found.
    File "/usr/lib/scons/SCons/Script/__init__.py", line 870, in _main

    ??

  8. #78
    Join Date
    Nov 2005
    Beans
    5

    Re: HowTo: DC++ from CVS (Best client for DirectConnect)

    I get to the end, sudo scons, and and met with,

    Checking for main() in C library bz2... no
    Did not find the bz2 library (bz2 compression)
    Can't live without it, exiting
    Note: You might have the lib but not the headers


    I am using Kubuntu 5.10


    Thanks in advance ya'll.

  9. #79
    Join Date
    May 2005
    Beans
    Hidden!

    Re: HowTo: DC++ from CVS (Best client for DirectConnect)

    install libbz2-dev

  10. #80
    Join Date
    Jun 2005
    Location
    Malmö, Sweden
    Beans
    42
    Distro
    Ubuntu 6.06

    Re: HowTo: DC++ from CVS (Best client for DirectConnect)

    Quote Originally Posted by dabear
    install libbz2-dev

    try that or

    libbz2-1.0

Page 8 of 19 FirstFirst ... 67891018 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •