- or download this
libfuse...$ sh configure --enable-static --enable-shared
libfuse...$ make
libfuse...$ make test
libfuse...$ make install
- 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
- 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"
- or download this
make
make test
make install