modified: makefile
[GalaxyCodeBases.git] / tools / Bilibili / danmaku2ass_native / tests / install_lcov.sh
blob4ac9d4ce12d70e27e7818392076f9e9e86107550
1 #!/bin/sh
2 set -e
3 if [ ! -d "$HOME/protobuf/lib" ]; then
4 wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.11.orig.tar.gz;
5 tar xf lcov_1.11.orig.tar.gz;
6 export PREFIX=$HOME/lcov;
7 make -C lcov-1.11/ install;
8 else
9 echo 'Using cached lcov.';