← Back to team overview

linuxdcpp-contributors team mailing list archive

Re: [Question #164453]: compile without gtk support

 

Question #164453 on LinuxDC++ changed:
https://answers.launchpad.net/linuxdcpp/+question/164453

Nehal J Wani posted a new comment:
I found the exact solution and one should follow these steps:

Step 1: Download Source.
http://prdownload.berlios.de/linuxdcpp/linuxdcpp-1.0.2.tar.bz2

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: Now that linuxdcpp has been installed, I'll show you a [demo](http://www.youtube.com/watch?v=t0WryAKW2PI).

-- 
You received this question notification because you are a member of
LinuxDC++ Contributors, which is an answer contact for LinuxDC++.