/ Published in: Bash
This example shows how to compile the hello.c file out of the fuse source tar.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sudo apt-get install fuse-source fuse-utils libfuse-dev libfuse2 gcc -lfuse -D_FILE_OFFSET_BITS=64 hello.c -o hello