Skip to content

Instantly share code, notes, and snippets.

@shiroyasha
Last active August 20, 2019 12:48
Show Gist options
  • Save shiroyasha/75a48ddef9b73fe3db7c567388c486de to your computer and use it in GitHub Desktop.
Save shiroyasha/75a48ddef9b73fe3db7c567388c486de to your computer and use it in GitHub Desktop.
cd /tmp
echo "Installing GCC and frieds"
sudo apt install \
gcc make \
pkg-config autoconf automake \
python3-docutils \
libseccomp-dev \
libjansson-dev \
libyaml-dev \
libxml2-dev
echo "Cloning Universal ctags"
git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment