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

Don't Require Ruby to Build #31

Open
defuse opened this issue Nov 10, 2014 · 3 comments
Open

Don't Require Ruby to Build #31

defuse opened this issue Nov 10, 2014 · 3 comments

Comments

@defuse
Copy link
Owner

defuse commented Nov 10, 2014

Check wordlist.h into the repository so that you don't need ruby to build it.

@defuse
Copy link
Owner Author

defuse commented Nov 10, 2014

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

@defuse
Copy link
Owner Author

defuse commented Nov 10, 2014

So we need to tell make to do something like "generate wordlist.h only if it isn't there" or something like that.

@ghost
Copy link

ghost commented Jun 21, 2015

This was more or less fixed with this, wasn't it? 6885bc9

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

1 participant