Skip to content

Commit

Permalink
README: OSX -> Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jul 17, 2024
1 parent ebc0eea commit 6e50ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Fedora / Centos / RHEL
----------------------
Install elfutils-libelf-devel libcurl-devel binutils-devel elfutils-devel

Mac OS X
Mac OS
--------
Install dependencies:

```sh
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):

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency_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.

Expand Down

0 comments on commit 6e50ca5

Please sign in to comment.