How to install Valgrind on macOS Catalina (10.15) with Homebrew?

前端 未结 2 1815
自闭症患者
自闭症患者 2020-12-29 04:53

I tried to install Valgrind with command brew install Valgrind and I get a message says:

\"valgrind: This formula either does not compile or function

2条回答
  •  攒了一身酷
    2020-12-29 05:27

    https://github.com/sowson/valgrind

    brew install --HEAD https://raw.githubusercontent.com/sowson/valgrind/master/valgrind.rb
    

    MacOS Catalina (10.15.4), I was able to confirm the operation.

提交回复
热议问题