Fltkhs 旨在完成 Haskell 对 FLTK GUI 库 的绑定。
用于 Linux 和 Mac 的缩减版如下:
下载 FLTK 1.3.3 :
安装:
> ./configure > make > make install
复制并安装:
> git clone https://github.com/deech/fltkhs cabal install
通过调用 fltkhs-hello-world 测试。