vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
286 stars 66 forks source link

update ubuntu build example #119

Closed vasi closed 8 months ago

vasi commented 8 months ago

We could plausibly separate this into a simple minimal release-based build (just configure/make), and a full multi-algorithm master-based build with tests. But not sure it's worth it.

DrDaveD commented 8 months ago

I tried this on an ubuntu:22.04 docker container and it failed because make was not installed.

vasi commented 8 months ago

Ooh I was assuming that the same deps in CI would work, but you're right. I think they install some extra deps automatically in the github CI containers. Lemme fix.

vasi commented 8 months ago

See #120