Skip to content

ywolf-hu/cscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cscope

cscope for windows/linux

##How to build in Ubuntu/Linux

  1. autoreconf -ivf for regenerating Makefile
  2. install dependancy
  • apt-get install flex for installing fast lex
  • apt-get install byacc for installing yacc
  • apt-get install libncurses5-dev for fixing curses.h missing
  1. ./configure
  2. make
  3. make install