Monday, January 7, 2013

Install Linuxdcpp In Fedora 16/17



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

Step 2: Install the packages required for compilation of source code.
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. yum install scons zlib-devel bzip2-devel openssl-devel libglade2-devel gtk2-devel gcc-c++

Step 3: Edit the file SConstruct and add the following:
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if not conf.CheckLib('X11'):
  2.            print '\tX11 library not found'
  3.            Exit(1)


Step 4: Compile and Install!
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. scons install

Step 5: Now that linuxdcpp has been installed, See the above video for a small demo.

No comments: