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

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...