An open API service indexing awesome lists of open source software.

https://github.com/louisbrunner/homebrew-valgrind

Homebrew Tap for Valgrind macOS
https://github.com/louisbrunner/homebrew-valgrind

brew homebrew macos valgrind

Last synced: 9 months ago
JSON representation

Homebrew Tap for Valgrind macOS

Awesome Lists containing this project

README

          

# homebrew-valgrind
Homebrew Tap for Valgrind macOS

## Installation

First, tap this repository:
```
brew tap LouisBrunner/valgrind
```

Then, install `valgrind`:
```
brew install --HEAD LouisBrunner/valgrind/valgrind
```

You can now use `valgrind` as normal.

## Update

Any `brew upgrade` will now correctly rebuild the latest `LouisBrunner/valgrind` instead of the upstream one (which doesn't support latest macOS versions).

```
brew upgrade --fetch-HEAD LouisBrunner/valgrind/valgrind
```