We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check wordlist.h into the repository so that you don't need ruby to build it.
The text was updated successfully, but these errors were encountered:
Oh wait, it's already in there, but it's failing for someone who doesn't have ruby:
ruby tools/generate_wordlist.rb libs/wordlist.txt > libs/wordlist.h /bin/sh: 1: ruby: not found make: *** [libs/wordlist.h] Error 127
Sorry, something went wrong.
So we need to tell make to do something like "generate wordlist.h only if it isn't there" or something like that.
This was more or less fixed with this, wasn't it? 6885bc9
No branches or pull requests
Check wordlist.h into the repository so that you don't need ruby to build it.
The text was updated successfully, but these errors were encountered: