Can't install cairo with cabal on Windows - how to get pkg-config on win?

我的未来我决定 提交于 2019-11-29 07:22:01

Do you have the cairo development files installed? Recall this isn't the same as having a cairo dll! See the Windows section of their download page for binaries. Also, you can run cabal install -v for more verbosity in the error (which you should post if you're still stuck).

you need to add "C:\Program Files\Gtk+\bin" enclosed in double quotes to PATH system variable so that pkg-config becomes visible to windows, you have to have the gtk+ installed first of course ...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!