Skip to content

Instantly share code, notes, and snippets.

@voidrender
Created June 4, 2015 16:38
Show Gist options
  • Save voidrender/57ea7b28a6fc2e05851f to your computer and use it in GitHub Desktop.
Save voidrender/57ea7b28a6fc2e05851f to your computer and use it in GitHub Desktop.
Manually install lcov for Xcode Server
# go to http://ltp.sourceforge.net/coverage/lcov.php and grab the latest lcov tgz
tar xjf lcov
cd lcovdir/bin
sudo chown root:staff *
sudo chmod 0755 *
sudo cp -p gen* /usr/sbin
sudo cp -p lcov /usr/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment