FUSE 文件系統的 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++
- On Ubuntu:
- FUSE library and header files.
- On Ubuntu:
sudo apt-get install libfuse-dev
- On CentOS / RedHat:
yum install fuse-devel
- On Ubuntu:
- pkg-config tool (typically included out-of-the-box with the OS)
- node.js 0.8.7 or later
OSX:
- install osxfuse
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!