fusepak :: Installation

Requirements:

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