Difference between revisions of "Ctags"

From CBLFS
Jump to navigationJump to search
(New Page)
 
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://prdownloads.sourceforge.net/ctags/ctags-5.6.tar.gz
+
| http://prdownloads.sourceforge.net/ctags/ctags-{{Ctags-Version}}.tar.gz
 
|-
 
|-
 
|}
 
|}
Line 8: Line 8:
 
----
 
----
  
== Introduction to Ctags ==
+
{{Package-Introduction|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).}}
 
 
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 ==
 
== Dependencies ==
Line 26: Line 24:
  
 
== Multilib ==
 
== Multilib ==
 +
'''''This package does not install any libraries so only one installation is needed.'''''
  
 
=== 32Bit ===
 
=== 32Bit ===
Line 70: Line 69:
 
| none
 
| none
 
|}
 
|}
 +
 +
[[Category:Programming]]

Latest revision as of 16:40, 19 March 2009

Download Source: http://prdownloads.sourceforge.net/ctags/ctags-5.7.tar.gz

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).

Project Homepage: Unknown

Dependencies

Non-Multilib

Configure and compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

This package does not install any libraries so only one installation is needed.

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