Skip to content

Instantly share code, notes, and snippets.

@mathieue
Created July 20, 2012 14:22
Show Gist options
  • Select an option

  • Save mathieue/3150989 to your computer and use it in GitHub Desktop.

Select an option

Save mathieue/3150989 to your computer and use it in GitHub Desktop.
Install exuberant ctags on mac
cd src
wget http://surfnet.dl.sourceforge.net/sourceforge/ctags/ctags-5.7.tar.gz
tar -xvzf ctags-5.7.tar.gz
cd ctags-5.7/
./configure
make
sudo make install
# matt
vi dotfiles/.mybashrc
export PATH="/usr/local/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment