haskell – 可以在Windows上构建?

前端之家收集整理的这篇文章主要介绍了haskell – 可以在Windows上构建?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否可以在 Windows中构建Haskell的 Yi编辑器?

更新:我固定previous errorinstalling cabal-dev,但现在下一个我得到的是:

C:\Data\yi> cabal-dev install -f-vty -fpango
...
Loading package cairo-0.12.4 ... cabal.exe: Error: some packages Failed to insta
ll:
yi-0.6.6.1 Failed during the building phase. The exception was:
ExitFailure 1

所以我徘徊甚至与Windows兼容?

我的系统规格:

> Windows 8 64bit
> Haskell平台(GHC 7.4.2)
> cabal-dev,installedgithub repo与:

runhaskell -isrc admin/bootstrap

> Gtk按wiki instructions安装.

HaskellWiki page表示是,只要使用-f-vty -fpango进行安装.虽然可能已经过时了,Yi发展暂停了一段时间.

对于尝试安装glib的错误,这与Yi没有任何关系;您只需要pkg-config程序来安装Gtk2Hs(其中glib包是其中的一个组件).这些资源可能会帮您安装Gtk2Hs:

> HaskellWiki page about installing Gtk2Hs on Windows
> A blog post about the same(大约在2010年,所以可能有点过时)
> Gtk2Hs’ INSTALL file

原文链接:https://www.f2er.com/windows/369464.html

猜你在找的Windows相关文章