fusepak :: Installation
Requirements:
- Linux 2.4.x or 2.6.x (as of 2.6.14 FUSE is part of the kernel, but you still need user libraries).
- FUSE 2.5.x.
Build:
If you are using version from CVS, first run:
./bootstrap
After that or if you are not using version from CVS (or you don't even know what CVS is), run:
./configure && make
Install:
make install
Usage:
pakmount some_file some_dir
This will make contents of some_file (either PACK or WAD) available under some_dir. Please note that some_dir should be empty.
To unmount previously mounted file, use:
fusermount -u some_dir