Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== ctags ====== * download source from http://ctags.sourceforge.net * use [[typical_build_procedure]] ===== Leopard Post Install Notes ===== * rename Apple's default ctags in /usr/bin/ to something else, and create a symbolic link to the newer ctags you just built:<code> mv /usr/bin/ctags /usr/bin/ctags-apple ln -s /usr/local/bin/ctags /usr/bin/ctags </code> * if you want the newer man page (instead of Apple's older one), you can specify it like this:<code> man -M /usr/local/man ctags </code> docs/mac/builds/ctags.txt Last modified: 2008/08/03 00:25by 127.0.0.1