- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/deech/fltkhs
软件介绍
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 测试。
