LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cscope is in fedora 5 (https://www.linuxquestions.org/questions/linux-software-2/cscope-is-in-fedora-5-a-485905/)

ptlchetan 09-22-2006 01:39 AM

cscope is in fedora 5
 
hi all,
i need to use cscope , is it allready working in fedora5? or need to install externally if externally then how to install ?and no need then how to run from fedora?
ok

billymayday 09-22-2006 03:30 AM

I had a quick look around and couldn't see any rpms for cscope, so I think you'll need to install from source

ptlchetan 09-23-2006 01:26 AM

i new to cscope i download ot from site and now what to do next
 
i have cscope-15.5.tar.gz then what next need to do so i can use it?
where to put or how to install it
guide in step wise

thanx

billymayday 09-23-2006 01:54 AM

The usual place to put it would be in /usr/src. Once you've copied cscope-15.5.tar.gz to there, you would untar it with:

#tar -xvzf cscope-15.5.tar.gz

This will create a directory, probbaly cscope-15.5 in /usr/src

cd into this directory, and read the install and readme files. Typical install procedure is to

#./configure
#make
#make install

That should be it

ps - this was all from a terminal session by the way. The final step (make install) needs toi be performed by root

ptlchetan 09-24-2006 10:58 PM

ok man Thanx
 
ok friend thanx to help in step way it will completed success fully

thanx a lot


All times are GMT -5. The time now is 05:31 AM.