-
Notifications
You must be signed in to change notification settings - Fork 69
/
CONFIGURATION
19 lines (15 loc) · 920 Bytes
/
CONFIGURATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
These are the most useful options to ./configure:
--disable-high-level Disable the `squashfuse' program, which uses the regular FUSE API
--disable-low-level Disable the `squashfuse_ll' program, which uses the low-level API
--disable-fuse Disable both the above
--disable-demo Disable the `squashfuse_ls' program, a demo of libsquashfuse
--with-fuse=PREFIX Look for FUSE in this prefix directory
--with-fuse-include=DIR Look for FUSE headers here (default: PREFIX/include/fuse)
--with-fuse-lib=DIR Look for FUSE libraries here (default: PREFIX/lib)
--with-fuse-soname=NAME Look for a FUSE library named libNAME (default: fuse)
--with-zlib=PREFIX Look for this compression library in this prefix directory
--with-xz=PREFIX
--with-lzo=PREFIX
--with-lz4=PREFIX
--with-zstd=PREFIX
More options are available in `./configure --help'