Help for this page

Select Code to Download


  1. or download this
    libfuse...$  sh configure --enable-static --enable-shared
    libfuse...$  make
    libfuse...$  make test
    libfuse...$  make install
    
  2. or download this
    export FUSELIBS=pkg-config --libs fuse
    export FUSELIBS=pkg-config --cflags fuse
    ...
    
    export FUSELIBS=pkg-config --static --libs fuse
    export FUSECFLAGS=pkg-config --static --cflags fuse
    
  3. or download this
    Fuse-0.09_4$ perl Makefile.PL "LIBS=-L/where/lubfuse.so/lives -lfuse" 
    +"INC=-I/where/libfuse.h/lives"
    
    or
    
    Fuse-0.09_4$ perl Makefile.PL "LIBS=$FUSECFLAGS"  "INC=$FUSECFLAGS"
    
  4. or download this
    make
    make test
    make install