HI. I am completely new to linux. I just installed Fedora 16.
I am trying to install linuxdcpp-1.1.0
i got linuxdcpp.1.1.0.tar.bz2
needs following dependencies
scons >= 0.96
pkg-config
g++ >= 4.1
gtk+-2.0 >= 2.12
gthread-2.0 >= 2.4
libglade-2.0 >= 2.4
pthread
zlib
libbz2
libssl
libboost
libnotify (optional)
i extracted the the tar.bz2
when i scon the extracted folder...
Code:
[root@hawck linuxdcpp-1.1.0]# scons
scons: Reading SConscript files ...
CXX env variable is not set, attempting to use g++
Checking for g++ >= 4.1...(cached) yes
Checking for pkg-config... yes
Checking for gtk+-2.0 >= 2.12... yes
Checking for gthread-2.0 >= 2.4... yes
Checking for libglade-2.0 >= 2.4... yes
Checking for C++ header file boost/version.hpp... yes
Checking for C header file time.h... yes
Checking for C header file signal.h... yes
Checking for C header file unistd.h... yes
Checking for C library pthread... yes
Checking for C library z... yes
Checking for C library bz2... no
bz2 library (bz2 compression) not found
Note: You might have the lib but not the headers
[root@hawck linuxdcpp-1.1.0]#
Code:
[root@hawck linuxdcpp-1.1.0]# yum install bz2
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package bz2 available.
Error: Nothing to do
[root@hawck linuxdcpp-1.1.0]#
What should be done??