微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Fuse4js

程序名称:Fuse4js

授权协议: GPLv2

操作系统: Linux

开发语言: JavaScript

Fuse4js 介绍

Fuse4js 提供了 Linux 下 FUSE 文件系统的 JavaScript
绑定版本,可以让你在基于 node.js 开发用户空间文件系统。

要求:

Linux:

  • Fuse4js 测试通过的平台:Ubuntu 10.04, Ubuntu 12.04 and CentOS 5.x (all 32-bit).
  • GNU Compiler toolchain, including gcc and g++
    • On Ubuntu:sudo apt-get install g++
  • FUSE library and header files.
    • On Ubuntu:sudo apt-get install libfuse-dev
    • On CentOS / RedHat:yum install fuse-devel
  • pkg-config tool (typically included out-of-the-Box with the OS)
  • node.js 0.8.7 or later

OSX:

Fuse4js 官网

https://github.com/vmware/fuse4js

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐