File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -292,12 +292,14 @@ rm -f $PACKAGES_DIR/libgit2-1.1.0.tar.gz
292292# ########
293293
294294cd $PACKAGES_DIR
295- wget --no-verbose --no-clobber http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz
296- tar -xf ctags-5.8.tar.gz
297- cd ctags-5.8
295+ wget --no-verbose --no-clobber https://github.com/universal-ctags/ctags/archive/p5.9.20201129.0.tar.gz \
296+ -O ctags-p5.9.20201129.0.tar.gz
297+ tar -xf ctags-p5.9.20201129.0.tar.gz
298+ cd ctags-p5.9.20201129.0
299+ ./autogen.sh
298300./configure --quiet --prefix=$DEPS_INSTALL_RUNTIME_DIR /ctags-install
299301make install --quiet --jobs $( nproc)
300- rm -f $PACKAGES_DIR /ctags-5.8 .tar.gz
302+ rm -f $PACKAGES_DIR /ctags-p5.9.20201129.0 .tar.gz
301303
302304# ########
303305# Boost #
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ tarball ubuntu-16.04:
107107 - apt-get install -yqq curl wget bzip2 unzip ca-certificates
108108 # build tools for CodeCompass
109109 - apt-get install -yqq build-essential libgmp-dev zlib1g-dev
110+ # build tools for ctags
111+ - apt-get install -yqq dh-autoreconf pkg-config
110112 # build tools for ccdb-tools
111113 - apt-get install -yqq libffi-dev
112114 # show GLIBC verison
You can’t perform that action at this time.
0 commit comments