Skip to content

Instantly share code, notes, and snippets.

@felixdv
Created June 23, 2012 09:44
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 felixdv/2977738 to your computer and use it in GitHub Desktop.
Save felixdv/2977738 to your computer and use it in GitHub Desktop.
cd /usr/local/src/
sudo wget http://downloads.sourceforge.net/ltp/lcov-1.9.tar.gz
sudo tar -xzvf lcov-1.9.tar.gz
cd lcov-1.9/
sudo make install
cd ~/testfest/php-src/
./configure --enable-gcov --enable-debug
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment