From 6e50ca5cb7e35e60f0c7d327e2d97ea04c6d2326 Mon Sep 17 00:00:00 2001 From: Simon Kagstrom Date: Wed, 17 Jul 2024 14:55:15 +0200 Subject: [PATCH] README: OSX -> Mac OS --- INSTALL.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a1cab838..629a7d83 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -34,7 +34,7 @@ Fedora / Centos / RHEL ---------------------- Install elfutils-libelf-devel libcurl-devel binutils-devel elfutils-devel -Mac OS X +Mac OS -------- Install dependencies: @@ -42,7 +42,7 @@ Install dependencies: brew install zlib bash cmake pkgconfig dwarfutils openssl ``` -OSX build instructions (see Issue #166 / Issue #357): +Mac OS build instructions (see Issue #166 / Issue #357): Create an empty build dir and do the following steps (adjust openssl path, can also be in /opt): diff --git a/README.md b/README.md index 702261b9..f75f884e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![PayPal Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=simon.kagstrom%40gmail%2ecom&lc=US&item_name=Simon%20Kagstrom&item_number=kcov¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) [![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)](https://github.com/SimonKagstrom/kcov/) ## *kcov* -Kcov is a FreeBSD/Linux/OSX code coverage tester for compiled languages, Python +Kcov is a FreeBSD/Linux/Mac OS code coverage tester for compiled languages, Python and Bash. Kcov was originally a fork of [Bcov](https://bcov.sourceforge.net/), but has since evolved to support a large feature set in addition to that of Bcov.