Link to home
Start Free TrialLog in
Avatar of masterkilla
masterkilla

asked on

Installing ktorrent on MANDRIVA

cd directory_where_source_code_is
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
make
sudo make install

In Konsole logged in as root user, I followed each of the steps listed above.  When I get to the cmake part and receive error "command not found". I'm trying to install ktorrent from http://ktorrent.org/wiki/index.php/FAQ#Mandriva

please help

Avatar of svs
svs
Flag of Afghanistan image

Is CMake installed?
Avatar of masterkilla
masterkilla

ASKER

I'm a total noobie. Instructions said nothing about installing cmake...how do i check?What is cmake?
Maybe you shouldn't bother with building KTorrent from source, then.

Isn't there a binary package available?
If I wanted to learn how to build from source, what resources could i use to learn about doing so?
SOLUTION
Avatar of svs
svs
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes