Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README does not reflect current install procedure #1

Open
mcamiano opened this issue Nov 17, 2011 · 2 comments
Open

README does not reflect current install procedure #1

mcamiano opened this issue Nov 17, 2011 · 2 comments

Comments

@mcamiano
Copy link

There is no configure script in the distribution. Therefore, the procedure described in the readme is not valid:
$ ./configure
./configure: No such file or directory

The makeconf.sh script also does not seem to work. Under OSX Lion, XCode 4.2, gcc 4.2.1, libtoolize is not present, though there is a glibtoolize, and the process fails again for an ICONV issue.

@anatol
Copy link
Member

anatol commented Nov 17, 2011

This README actually from the upstream version.

The real how-to for fuse4x is here http://fuse4x.org/faq.html#Q.4.10

Yeah, README should be fixed.

@anatol
Copy link
Member

anatol commented Nov 17, 2011

The recipe above uses packages from Macports.

And here it is how Homebrew builds fuse4x https://github.com/mxcl/homebrew/blob/master/Library/Formula/fuse4x.rb

Ideally ./build.rb should check whether MacPorts or Homebrew is installed and use gettext (and other packages) for either package manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants