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
- Host: GitHub
- URL: https://github.com/louisbrunner/homebrew-valgrind
- Owner: LouisBrunner
- License: gpl-2.0
- Created: 2020-05-04T20:11:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T11:51:30.000Z (about 3 years ago)
- Last Synced: 2025-04-20T18:40:00.446Z (about 1 year ago)
- Topics: brew, homebrew, macos, valgrind
- Language: Ruby
- Size: 15.6 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```