How to install Valgrind on macOS Mojave(10.14) with Homebrew?

前端 未结 10 1258
梦谈多话
梦谈多话 2020-12-04 08:58

I tried to install Valgrind with brew install Valgrind and got :

valgrind: This formula either does not compile or function as expected
on macOS         


        
10条回答
  •  不思量自难忘°
    2020-12-04 09:40

    I have just found a working solution to use VALGRIND on my Mac (Mojave 10.14.6). Just run this command :

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

    (From https://github.com/LouisBrunner/valgrind-macos)

    Hope it will work for you.

提交回复
热议问题