Ctags
From CBLFS
Jump to navigationJump to searchDownload Source: | http://prdownloads.sourceforge.net/ctags/ctags-5.6.tar.gz |
---|
Contents
Introduction to Ctags
Ctags generates an index (or tag) file of language objects found in source files that allows these items to be quickly and easily located by a text editor or other utility. A tag signifies a language object for which an index entry is available (or, alternatively, the index entry created for that object).
Dependencies
Non-Multilib
Configure and compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
32Bit
Configure and compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Configure and compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr && make
Install the package:
make install
64Bit
Configure and compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr && make
Install the package:
make install
Contents
Installed Programs: | ctags |
---|---|
Installed Libraries: | none |