Instalando e usando universal-ctags em vez de exuberante-ctags

8

Como eu poderia mudar de ctags exuberantes para universal-ctags . Estou usando o Ubuntu 16.04 LTS e

ctags --version relatórios

Exuberant Ctags 5.9~svn20110310, Copyright (C) 1996-2009 Darren Hiebert

    
por NexusStar 08.07.2016 / 17:34

1 resposta

9

É simples, como nos documentos do universal-ctags :

git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh 
./configure
make
sudo make install
    
por squiter 13.10.2016 / 15:36

Tags