Return to Snippet

Revision: 6798
at June 15, 2008 17:11 by narkisr


Initial Code
sudo apt-get install fuse-source fuse-utils libfuse-dev libfuse2

gcc -lfuse -D_FILE_OFFSET_BITS=64 hello.c -o hello

Initial URL


Initial Description
This example shows how to compile the hello.c file out of the fuse source tar.

Initial Title
Fuse basic example compilation

Initial Tags
c

Initial Language
Bash