vasi / squashfuse

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

no configure or autoconf #3

Closed ghost closed 8 years ago

ghost commented 10 years ago

configure does not exist. autogen.sh fails printing "Missing autoconf". This is on OSX 10.9.4

vasi commented 10 years ago

Please read the system requirements carefully. You have two options for building squashfuse:

  1. Use a source release, available here: http://sourceforge.net/projects/squashfuse/files/ . This comes with 'configure'.
  2. Use the development repository, which you clone from github. In this case, you need to install autoconf, automake and libtool.
chipturner commented 8 years ago

Confirmed, the tarball distribution works fine on my El Capitan host. Please try the 0.1.100 pre-release tarball (which should allow you to build without autoconf being installed)