Skip to content

Instantly share code, notes, and snippets.

@shiroyasha
Created August 20, 2019 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiroyasha/1810f9185352a71688d5d9ee4f7186a0 to your computer and use it in GitHub Desktop.
Save shiroyasha/1810f9185352a71688d5d9ee4f7186a0 to your computer and use it in GitHub Desktop.
cd /tmp
echo "Installing GCC and frieds"
sudo apt-get update -y
sudo apt -y 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