GNU GLOBAL


GNU GLOBAL

Summary

This software is for changing "program source"; C, C++, maybe java, to "HTML" as we could read it confortably

Download sites

http://www.gnu.org/software/global/

  • Download "global-5.4.1.tar.gz"

Download folder

see

#a

  • C:/cygwin/home/kent/Program_file/Down_load
  • C:/cygwin/usr/bin

How to Install ?


first install

  $ tar zxvf global-5.4.1.tar.gz
  $ cd global-5.4.1
  $ ./configure (--prefix=[any directory I want to install to])
  $ make
  $ make install

reference sites

How to use ?

  1. type this command
    gtags -v
    you'll get "GPATH", "GRTAGS", "GSYMS" "GTAGS" files
  2. next, type this command
    htags -saF
  3. click index.html in the HTML dir