homebrew - brew doctor Error: "No available formula with the name "pkg-config" " -
i installed homebrew on windows using linux bash shell have error when run brew doctor :
error: no available formula name "pkg-config"
what can do?
first, update homebrew pulling right resources: brew update run brew doctor again.
if same error occurs, try doing brew search pkg-config , see results come up. i've had cases path package different usual. pick 1 of search results, , brew install package path search results: brew install /homebrew/searchresultpath/pkg-config
hopefully correct path extension solve problem.
Comments
Post a Comment