Noeud:acquiring and installing, Noeud « Next »:, Noeud « Previous »:special editor features, Noeud « Up »:cscope



acquiring and installing

CSCOPE comes with some Linux distributions and it comes with the standard SVr4 development tools. If you do not have it, it can be obtained from its home development site on Source Forge:

     http://cscope.sourceforge.net
     

It has been fully AUTOCONF-ed, so once you have downloaded and unrolled the tarball, it should take little more than:

     sh path/to/configure && \
     make && \
     make check && \
     make install && \
     

@xref{wherever}