vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
294 stars 69 forks source link

squashfuse_ls :: not installed #79

Open EricDeveaud opened 1 year ago

EricDeveaud commented 1 year ago

Hello,

FIYwhen building squasfuse 0.1.105 from source squashfuse_ls is not installed unless stated by the readme.

3b. What's included?
--------------------
Squashfuse currently comprises three programs:

  * squashfuse      Allows you to mount a squashfs filesystem.

  * squashfuse_ll   Like `squashfuse', but implemented using the low-level
                    FUSE API. It's a tiny bit faster, but less portable.

  * squashfuse_ls   Lists all the files in a squashfs archive. A demonstration
                    of using the squashfuse core in the absence of FUSE.

it is built but not installed.

NB squashfuse_extract. same behaviour, generated but not installed

regards

Eric

DrDaveD commented 1 year ago

That's true. It's really just a demonstration program, I think, but if someone would submit a PR including a man page I think it would be good to include it.