LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux DC++ Install (https://www.linuxquestions.org/questions/linux-newbie-8/linux-dc-install-614224/)

tuse 01-17-2008 05:10 AM

Linux DC++ Install
 
Hi!

Could anyone tell me how to install linux dc++ ?

The steps given here do not seem to work for me : http://linuxdcpp.berlios.de/articles.php?um=index

Simon Bridge 01-17-2008 05:43 AM

You have linked to an index page. There are no "steps" on it.
Perhaps if you stated what you got up to and what the error message was?

Have you tried

sudo apt-get install dcgui
???

rickh 01-17-2008 06:51 AM

I don't know anything about Ubuntu's repositories, but "sudo aptitude install linuxdcpp" may work, as well.

Simon Bridge 01-17-2008 11:03 AM

<checking> you are correct: linuxdcpp is the ubuntu package that will install dc++ and dependancies.

tuse 01-22-2008 01:42 AM

sudo apt-get install dcgui

worked. thanks!

nehaljwani 01-07-2013 02:04 PM

In case of Fedora, one can try the following method:

I found the exact solution and one should follow these steps:

Step 1: Download Source.

Step 2: Install the packages required for compilation of source code.

yum install scons zlib-devel bzip2-devel openssl-devel libglade2-devel gtk2-devel gcc-c++

This will take time depending upon the number of dependencies.

Step 3: Edit the file SConstruct and add the following:

if not conf.CheckLib('X11'):
print '\tX11 library not found'
Exit(1)

Step 4: Compile!

scons install

This will take time depending upon your system

Step 5: Install!

Step 6: Now that linuxdcpp has been installed, I'll show you a [demo](youtube /watch?v=t0WryAKW2PI).

chauniyal 02-09-2014 09:58 AM

Quote:

Originally Posted by nehaljwani (Post 4864828)
In case of Fedora, one can try the following method:

I found the exact solution and one should follow these steps:

Step 1: Download Source.

Step 2: Install the packages required for compilation of source code.

yum install scons zlib-devel bzip2-devel openssl-devel libglade2-devel gtk2-devel gcc-c++

This will take time depending upon the number of dependencies.

Step 3: Edit the file SConstruct and add the following:

if not conf.CheckLib('X11'):
print '\tX11 library not found'
Exit(1)

Step 4: Compile!

scons install

This will take time depending upon your system

Step 5: Install!

Step 6: Now that linuxdcpp has been installed, I'll show you a [demo](youtube /watch?v=t0WryAKW2PI).


HI I was facing an exact same problem with Fedora 20. However I believe the dependencies may be different for different versions. Could you find some solution for installation in fedora 20.

nehaljwani 02-09-2014 10:36 AM

Quote:

Originally Posted by chauniyal (Post 5114444)
HI I was facing an exact same problem with Fedora 20. However I believe the dependencies may be different for different versions. Could you find some solution for installation in fedora 20.

Follow the steps to install linuxdcpp on Fedora 20:
1. Create the repository config file /etc/yum.repos.d/rpm-sphere.repo:
Code:

[rpm-sphere]
name=RPM Sphere
baseurl=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_20/
gpgkey=http://download.opensuse.org/repositories/home:/zhonghuaren/Fedora_20/repodata/repomd.xml.key
enabled=1
gpgcheck=1

2. Install linuxdcpp rpm package:
Quote:

# yum install linuxdcpp

John VV 02-09-2014 11:32 AM

a word of WARNING
the OpenSUSE OSB program for fedora might be INCOMPATIBLE with other third party repos and with the base and update repos

so USE CAUTION!!!!!!!!!!!!!!!!!


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